Home
last modified time | relevance | path

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

/dports/lang/intercal/intercal-0.31/src/
H A Dick.h138 extern bool nocompilerbug; /* set possibility of IE774 to zero */
H A Dperpet.c93 bool nocompilerbug; /* disable error IE774 */ variable
326 nocompilerbug = true; in parse_options()
772 if (!nocompilerbug && lrand48() % 10 == 0) in randomise_bugline()
775 if (!nocompilerbug && rand() % 10 == 0) in randomise_bugline()
1821 if (!nocompilerbug) { in main()