aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/gc/pgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/gc/pgen.c')
-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 9bd845dde4..7917ea29cc 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"
void
compile(Node *fn)