|
|
1.1 ! root 1: /* Copyright Bell Telephone Laboratories Whippany, N.J. ! 2: ! 3: * ///////////////////////////////////// ! 4: * ///////////////////////////////////// ! 5: * ///////////// common.c ////////////// ! 6: * /// J. P. Hawkins WH X4610 8C-001 /// ! 7: * ///// Sun Aug 26 06:01:13 1979 ////// ! 8: * ///////////////////////////////////// ! 9: * ///////////////////////////////////// ! 10: ! 11: * ! 12: * The "COMMON" statement sets a flag "_comflg" so that run does not ! 13: * execute expunge() ! 14: * ! 15: * This has the effect of preserving variables for a subsequent run. ! 16: * Each run clears the flag, hence, COMMON must be issued by every ! 17: * subsequent "run" to preserve the variables for the next level. ! 18: * ! 19: */ ! 20: /* "@(#) common.c: V 1.1 12/21/80" */ ! 21: int _comflg; ! 22: _common() ! 23: { ! 24: _comflg = 1; ! 25: return(0); ! 26: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.