Home
last modified time | relevance | path

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

/dports/lang/pcc/pcc-1.1.0/cc/cc/
H A Dcc.c129 #ifndef CPPROGNAME
130 #define CPPROGNAME "cpp" /* cc used as cpp */ macro
436 } else if (match(t, "cpp") || match(t, CPPROGNAME)) { in main()