From: Luuk van Dijk Date: Thu, 9 Jun 2011 22:08:57 +0000 (+0200) Subject: gc: nit X-Git-Tag: weekly.2011-06-09~9 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fd2e24727efbaaa9062e6678f19c45b90152b46f;p=gostls13.git gc: nit R=rsc CC=golang-dev https://golang.org/cl/4604041 --- 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);