• Lucio De Re's avatar
    8a: fixes for Plan 9 build · 6bcfb951
    Lucio De Re authored
    8a/a.h:
    . Removed <u.h> and <libc.h> includes as they work better in "a.y".
    . Made definition of EOF conditional as it's defined in the Plan 9
      header files, but not elsewhere.
    
    8a/a.y:
    . Added <u.h> and <libc.h> because <stdio.h> in Plan 9 needs them.
      Sequence <u.h>, <stdio.h>, <libc.h> recommended by RSC.
    
    8a/lex.c:
    . Added <u.h> and <libc.h> as now needed by "a.h".
    . Dropped <ctype.h>.
    
    cc/lexbody:
    . exit() -> exits().
    . Dropped unwanted incrementation.
    
    cc/macbody:
    . Adjusted a few format specifications.
    
    R=rsc
    CC=golang-dev
    https://golang.org/cl/4644047
    6bcfb951
Name
Last commit
Last update
..
Makefile Loading commit data...
acid.c Loading commit data...
bits.c Loading commit data...
cc.h Loading commit data...
cc.y Loading commit data...
com.c Loading commit data...
com64.c Loading commit data...
dcl.c Loading commit data...
doc.go Loading commit data...
dpchk.c Loading commit data...
funct.c Loading commit data...
godefs.c Loading commit data...
lex.c Loading commit data...
lexbody Loading commit data...
mac.c Loading commit data...
macbody Loading commit data...
omachcap.c Loading commit data...
pgen.c Loading commit data...
pswt.c Loading commit data...
scon.c Loading commit data...
sub.c Loading commit data...