aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuuk van Dijk <lvd@golang.org>2011-06-10 00:08:57 +0200
committerLuuk van Dijk <lvd@golang.org>2011-06-10 00:08:57 +0200
commitfd2e24727efbaaa9062e6678f19c45b90152b46f (patch)
treed331de361811b61930c40aad4916d39c20dd5db3
parent3e57d7f7bf9b99d8010ebb4ec8231bafbba1adad (diff)
downloadgo-fd2e24727efbaaa9062e6678f19c45b90152b46f.tar.gz
go-fd2e24727efbaaa9062e6678f19c45b90152b46f.zip
gc: nit
R=rsc CC=golang-dev https://golang.org/cl/4604041
-rw-r--r--src/cmd/gc/pgen.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/cmd/gc/pgen.c b/src/cmd/gc/pgen.c
index d04587e74c..c24648737b 100644
--- a/src/cmd/gc/pgen.c
+++ b/src/cmd/gc/pgen.c
@@ -2,10 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-#undef EXTERN
-#define EXTERN
-#include "gg.h"
-#include "opt.h"
+#include "gg.h"
+#include "opt.h"
static void compactframe(Prog* p);