This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cpplib: Documentation update and new test.


	* gcc.dg/cpp/cmdlne-C.c: Fix typo.

Index: cmdlne-C.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/gcc.dg/cpp/cmdlne-C.c,v
retrieving revision 1.1
diff -u -p -r1.1 cmdlne-C.c
--- cmdlne-C.c	2000/07/11 13:39:09	1.1
+++ cmdlne-C.c	2000/07/11 13:49:51
@@ -23,8 +23,8 @@
 #error not_a_macro is!
 #endif
 
-/* Check obj_like2 doesn't expect arguments, and fun_like does.  */
-obj_like2
+/* Check obj_like doesn't expect arguments, and fun_like does.  */
+obj_like
 fun_like (foo, bar)
 
 /* Check OK to redefine fun_like without comments in the params.  */

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]