From aafc5babff4284edd4de1ee8281f65f1fc18204f Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 5 Aug 2008 07:15:02 +0000 Subject: [PATCH] =?utf8?q?Remove=20cp=5Ferror040.c:=20The=20error=20messag?= =?utf8?q?e=20is=20correct,=20though=20not=20necessary=20(gcc=204.2.3=20do?= =?utf8?q?es=20not=20compile=20Quakeforge=200.5.5=20either).=20=20=C2=A76.?= =?utf8?q?2.2=20clause=207:=20"If,=20within=20a=20translation=20unit,=20th?= =?utf8?q?e=20same=20identifier=20appears=20with=20both=20internal=20and?= =?utf8?q?=20external=20linkage,=20the=20behavior=20is=20undefined.".?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit [r20982] --- parsetest/cp_error040.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 parsetest/cp_error040.c diff --git a/parsetest/cp_error040.c b/parsetest/cp_error040.c deleted file mode 100644 index 37aa285..0000000 --- a/parsetest/cp_error040.c +++ /dev/null @@ -1,7 +0,0 @@ -extern int a; // this should reference an "a" defined in another file -static int a; - -int main(void) -{ - return 0; -} -- 2.20.1