Turn off comments again. I turned them on by accident in c416889.

This commit is contained in:
George Koehler 2017-01-30 15:45:46 -05:00
parent 559233e973
commit 9ddbb66c8b

View file

@ -10,7 +10,7 @@ INT64 = 8
FP_OFFSET = 0 /* Offset of saved FP relative to our FP */
PC_OFFSET = 4 /* Offset of saved PC relative to our FP */
#define COMMENT(n) comment {LABEL, n}
#define COMMENT(n) /* comment {LABEL, n} */
#define nicesize(x) ((x)==INT8 || (x)==INT16 || (x)==INT32 || (x)==INT64)