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
1 changed files with 1 additions and 1 deletions

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