]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
update
authorJason Merrill <jason@gcc.gnu.org>
Wed, 10 May 2000 20:06:48 +0000 (16:06 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 10 May 2000 20:06:48 +0000 (16:06 -0400)
From-SVN: r33830

gcc/testsuite/g++.old-deja/g++.jason/ctor1.C

index 123295dc409be8bdb3b10eb454ac990130ccdfb3..ba897f167bcb82015474242bfac7936c6c64f09e 100644 (file)
@@ -3,7 +3,7 @@
 extern "C"
 {
   struct xx {
-    void (*xx)(void);          // ERROR - field with name of class
+    void (*xx)(void);
     int x,y;
   };
 }