Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dminiacc.h1640 #if !defined(ACC_UNUSED_LABEL)
1642 # 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