this is a gnu extension I guess
authorMatthias Braun <matze@braunis.de>
Sat, 1 Nov 2008 15:45:01 +0000 (15:45 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 1 Nov 2008 15:45:01 +0000 (15:45 +0000)
[r23348]

parsetest/cp_error045.c [deleted file]
parsetest/gnu99/cp_error045.c [new file with mode: 0644]

diff --git a/parsetest/cp_error045.c b/parsetest/cp_error045.c
deleted file mode 100644 (file)
index 085bcb6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// works with gcc 3.4.4 and icc 10.1
-typedef void(*__cdecl PIMAGE_TLS_CALLBACK)();
-typedef void(__cdecl* PIMAGE_TLS_CALLBACK2)();
-
-// works with gcc 3.4.4
-typedef void(__attribute__((__stdcall__)) *PIMAGE_TLS_CALLBACK3)();
-typedef void(*__attribute__((__stdcall__)) PIMAGE_TLS_CALLBACK4)();
-
-int main(void)
-{
-       return 0;
-}
diff --git a/parsetest/gnu99/cp_error045.c b/parsetest/gnu99/cp_error045.c
new file mode 100644 (file)
index 0000000..085bcb6
--- /dev/null
@@ -0,0 +1,12 @@
+// works with gcc 3.4.4 and icc 10.1
+typedef void(*__cdecl PIMAGE_TLS_CALLBACK)();
+typedef void(__cdecl* PIMAGE_TLS_CALLBACK2)();
+
+// works with gcc 3.4.4
+typedef void(__attribute__((__stdcall__)) *PIMAGE_TLS_CALLBACK3)();
+typedef void(*__attribute__((__stdcall__)) PIMAGE_TLS_CALLBACK4)();
+
+int main(void)
+{
+       return 0;
+}