Home
last modified time | relevance | path

Searched defs:ACC_UNUSED_LABEL (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/lzo/src/
Dminiacc.h1642 # define ACC_UNUSED_LABEL(l) switch(0) case 1:goto l macro
1644 # define ACC_UNUSED_LABEL(l) if (0) goto l macro
1646 # define ACC_UNUSED_LABEL(l) switch(0) case 1:goto l macro