(name_not_typename): Fix invalid comment.
This commit is contained in:
parent
1343a4e4c4
commit
9c96f9f287
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2002-10-20 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
|
* solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmalloc
|
||||||
|
|
|
@ -975,7 +975,7 @@ name_not_typename : NAME
|
||||||
name_not_typename (=variable, =exp) or just an exp. If
|
name_not_typename (=variable, =exp) or just an exp. If
|
||||||
name_not_typename was ever used in an lvalue context where only a
|
name_not_typename was ever used in an lvalue context where only a
|
||||||
name could occur, this might be useful. */
|
name could occur, this might be useful. */
|
||||||
| NAME_OR_INT */
|
/* | NAME_OR_INT */
|
||||||
;
|
;
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue