]> Cypherpunks repositories - gostls13.git/commitdiff
gc: nit
authorLuuk van Dijk <lvd@golang.org>
Thu, 9 Jun 2011 22:08:57 +0000 (00:08 +0200)
committerLuuk van Dijk <lvd@golang.org>
Thu, 9 Jun 2011 22:08:57 +0000 (00:08 +0200)
R=rsc
CC=golang-dev
https://golang.org/cl/4604041

src/cmd/gc/pgen.c

index d04587e74cfe4408a9e0b26d97608d0c3601be9a..c24648737b73b289530458d8e2146ababc7af9d7 100644 (file)
@@ -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);