George Koehler
ab55ecefee
Fix cemcom.ansi for 64-bit hosts.
...
Hosts with sizeof(arith) == sizeof(long) == 8 need to set full_mask[1]
through full_mask[8]. Because MAXSIZE == 8, we only had full_mask[0]
through full_mask[7]. This fix declares arith full_mask[MAXSIZE + 1]
and prevents a fatal error: "array full_mask too small for this machine"
2012-09-07 15:53:13 -04:00
ceriel
c57d76db57
Changed Header into Id
1994-06-27 08:03:14 +00:00
ceriel
6a4ae37ef7
Removed # in commands, and a small fix in ch3mon.c
1992-06-26 11:57:17 +00:00
ceriel
469368bf9f
Fixed checking of unary '*'
1992-06-12 09:03:07 +00:00
ceriel
a3bbaf4940
Do not use '#endif/#else xxx'; it is not allowed for ANSI C
1991-12-17 13:12:22 +00:00
eck
e6dbf12f0a
removed crash() call: it was wrong
1990-09-14 16:39:11 +00:00
eck
ed1a25aea5
result of sizeof() is 'unsigned int' (for backward compatibility)
1990-04-23 13:33:07 +00:00
eck
a5684dfc58
various bug fixes & improvements
1990-04-06 15:37:16 +00:00
eck
b50e3aeab5
code for '*(ip = iarr) = x' was wrong
1990-04-04 15:08:45 +00:00
eck
679ce613e9
added alloction dump
...
shrunk some data structures
changed some ALLOCDEF's
changed setjmp to __setjmp
1990-01-10 17:33:35 +00:00
eck
7ac81eae59
fixed sizeof()
1989-12-13 12:53:22 +00:00
eck
b59ed5e96e
fixed null-pointer constants and SkipToNewLine()
1989-12-12 12:52:03 +00:00
eck
ca46cd0363
improved type-checking, fixed preprocessor bug, fixed syntax bug
1989-11-27 11:37:11 +00:00
eck
b5dfa18949
fixed unary & and indirect calls
1989-11-22 16:41:09 +00:00
eck
2e97e6e8b2
fixed bugs, added dynamic buffer allocation to preprocessor
1989-11-22 13:58:36 +00:00
ceriel
8c6213b6b5
some more Minix squeezing
1989-10-20 11:58:37 +00:00
eck
3b0fac78bd
minor changes concerning void and pre-processor
1989-09-29 16:20:38 +00:00
eck
16212b4cc2
some minor fixes, renamed ch7 stuff to ch3
1989-09-25 14:28:10 +00:00