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:
parent
687102ed4f
commit
7c19d88b0f
@ -5,7 +5,7 @@
|
||||
#define EXTERN
|
||||
#include "go.h"
|
||||
#include "y.tab.h"
|
||||
#include <ar.h>
|
||||
#include <ar.h>
|
||||
|
||||
#undef getc
|
||||
#undef ungetc
|
||||
|
Loading…
Reference in New Issue
Block a user