cvs commit: hugs98/src builtin.c interns.c machdep.c printer.c
storage.h
Alastair Reid
reid@glass.cse.ogi.edu
Sun, 1 Apr 2001 21:05:13 -0700
reid 2001/04/01 21:05:13 PDT
Modified files:
src builtin.c interns.c machdep.c printer.c
storage.h
Log:
Minor cleanup to kill a gcc warning.
If you use /* ... */ to comment out code that includes a comment,
gcc will complain.
If you use #if 0 ... #endif, to comment out code, it nests properly
and gcc has no cause for complaint.
Revision Changes Path
1.11 +43 -5 hugs98/src/builtin.c
1.5 +3 -3 hugs98/src/interns.c
1.15 +6 -4 hugs98/src/machdep.c
1.5 +16 -4 hugs98/src/printer.c
1.18 +2 -4 hugs98/src/storage.h