cvs commit: hugs98/src builtin.c interns.c machdep.c printer.c storage.h

2 Apr
2001
2 Apr
'01
12:05 a.m.
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
8817
Age (days ago)
8817
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alastair Reid