Use __inline not inline since test is compiled with -ansi
authorZack Weinberg <zack@gcc.gnu.org>
Thu, 27 Jan 2000 21:42:03 +0000 (21:42 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 27 Jan 2000 21:42:03 +0000 (21:42 +0000)
From-SVN: r31652

gcc/testsuite/gcc.dg/20000111-1.c

index 2015747b5364e9d2d641bb13d5261729d4015659..a042656d5647bf4cc8ce5bd337b695ea61d2b86a 100644 (file)
@@ -4,7 +4,7 @@
 
 /* { dg-do compile } */
 
-inline int
+__inline int
 foo (int **q) {
   return *q && **q;
 }