This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix invalid comment in objc-exp.y


This seems like an obvious patch so I'll just check it in:
2002-10-19  Adam Fedor  <fedor@gnu.org>

	* objc-exp.y (name_not_typename): Fix invalid comment.	

Index: objc-exp.y
===================================================================
RCS file: /cvs/src/src/gdb/objc-exp.y,v
retrieving revision 1.4
diff -u -p -r1.4 objc-exp.y
--- objc-exp.y	11 Oct 2002 14:02:37 -0000	1.4
+++ objc-exp.y	20 Oct 2002 01:19:16 -0000
@@ -975,7 +975,7 @@ name_not_typename :	NAME
    name_not_typename (=variable, =exp) or just an exp.  If
    name_not_typename was ever used in an lvalue context where only a
    name could occur, this might be useful.  */
-  	| NAME_OR_INT */
+/*  	| NAME_OR_INT */
 	;
 
 %%

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