(name_not_typename): Fix invalid comment.

This commit is contained in:
Adam Fedor 2002-10-20 01:38:40 +00:00
parent 1343a4e4c4
commit 9c96f9f287
2 changed files with 5 additions and 1 deletions

View 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

View 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 */
;
%%