Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h604 #define SEEN_EOL() (pfile->cur_token[-1].type == CPP_EOF) macro
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h631 #define SEEN_EOL() (pfile->cur_token[-1].type == CPP_EOF) macro