• Russ Cox's avatar
    gc: shuffle #includes · 61f84a2c
    Russ Cox authored
    #include "go.h" (or "gg.h")
    
    becomes
    
    #include <u.h>
    #include <libc.h>
    #include "go.h"
    
    so that go.y can #include <stdio.h>
    after <u.h> but before "go.h".
    This is necessary on Plan 9.
    
    R=ken2
    CC=golang-dev
    https://golang.org/cl/4971041
    61f84a2c
Name
Last commit
Last update
..
Makefile Loading commit data...
cgen.c Loading commit data...
doc.go Loading commit data...
galign.c Loading commit data...
gg.h Loading commit data...
ggen.c Loading commit data...
gobj.c Loading commit data...
gsubr.c Loading commit data...
list.c Loading commit data...
opt.h Loading commit data...
peep.c Loading commit data...
reg.c Loading commit data...