OSDN Git Service

(name_not_typename): Fix invalid comment.
authorAdam Fedor <fedor@gnu.org>
Sun, 20 Oct 2002 01:38:40 +0000 (01:38 +0000)
committerAdam Fedor <fedor@gnu.org>
Sun, 20 Oct 2002 01:38:40 +0000 (01:38 +0000)
gdb/ChangeLog
gdb/objc-exp.y

index 892f01f..fbc672f 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-19  Adam Fedor  <fedor@gnu.org>
+
+       * objc-exp.y (name_not_typename): Fix invalid comment.  
+
 2002-10-20  Mark Kettenis  <kettenis@gnu.org>
 
        * solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
index 2ccc882..c1971f7 100644 (file)
@@ -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 */
        ;
 
 %%