Home
last modified time | relevance | path

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

/external/bison/lib/
Dvasnprintf.c199 # define IF_LINT(Code) Code macro
201 # define IF_LINT(Code) /* empty */ macro
1296 int e IF_LINT(= 0); in scale10_round_decimal_long_double()
1314 int e IF_LINT(= 0); in scale10_round_decimal_double()
4630 int prefixes[2] IF_LINT (= { 0 }); in VASNPRINTF()
/external/bison/
DChangeLog-2012160 Don't use IF_LINT in Bison sources.
169 IF_LINT still appears and depends on lint.
170 * src/scan-gram.l, src/scan-skel.l: Replace uses of IF_LINT with
172 * src/system.h (IF_LINT): Remove cpp macro.
14993 * src/system.h (IF_LINT): New macro, taken from coreutils.