Home
last modified time | relevance | path

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

/dports/lang/pcc/pcc-1.1.0/cc/cc/
H A Dcc.c309 #define INWALL 1 macro
314 { "implicit-int", INWALL },
315 { "implicit-function-declaration", INWALL },
317 { "pointer-sign", INWALL },
319 { "unknown-pragmas", INWALL },
794 if (Wf->flags & INWALL) in main()