Searched refs:LZO_UNUSED_LABEL (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dlzodefs.h1599 #if !defined(LZO_UNUSED_LABEL)
1601 # define LZO_UNUSED_LABEL(l) switch(0) case 1:goto l macro
1603 # define LZO_UNUSED_LABEL(l) if (0) goto l macro
1605 # define LZO_UNUSED_LABEL(l) switch(0) case 1:goto l macro
H A Dminilzo.c1619 #if !defined(LZO_UNUSED_LABEL)
1621 # define LZO_UNUSED_LABEL(l) switch(0) case 1:goto l macro
1623 # define LZO_UNUSED_LABEL(l) if (0) goto l macro
1625 # define LZO_UNUSED_LABEL(l) switch(0) case 1:goto l macro

Completed in 43 milliseconds