Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c333 #define INWALL 1 macro
338 { "implicit-int", INWALL },
339 { "implicit-function-declaration", INWALL },
341 { "pointer-sign", INWALL },
343 { "unknown-pragmas", INWALL },
868 if (Wf->flags & INWALL) in main()