projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1343a4e
)
(name_not_typename): Fix invalid comment.
author
Adam Fedor
<fedor@gnu.org>
Sun, 20 Oct 2002 01:38:40 +0000
(
01:38
+0000)
committer
Adam Fedor
<fedor@gnu.org>
Sun, 20 Oct 2002 01:38:40 +0000
(
01:38
+0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/objc-exp.y
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 892f01fcb62ede6461b9d9a1a4b3c8175c66f30c..fbc672f85fcfbeeb8381d7c41e4ba8de9fb380f9 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/objc-exp.y
b/gdb/objc-exp.y
index 2ccc8824455209cd6b3b2c2aaf6d3bbce1816b65..c1971f77a8767203084e19cc007e25588e6437c2 100644
(file)
--- a/
gdb/objc-exp.y
+++ b/
gdb/objc-exp.y
@@
-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 */
;
%%