1
0
mirror of https://github.com/golang/go synced 2024-11-19 15:05:00 -07:00

gc/lex.c: fix formatting of #include statement

R=rsc, gri
CC=golang-dev
https://golang.org/cl/4564048
This commit is contained in:
Caine Tighe 2011-06-07 09:57:26 -07:00 committed by Robert Griesemer
parent 687102ed4f
commit 7c19d88b0f

View File

@ -5,7 +5,7 @@
#define EXTERN
#include "go.h"
#include "y.tab.h"
#include <ar.h>
#include <ar.h>
#undef getc
#undef ungetc