aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-09-20 18:18:13 +0000
committerJohn Gilmore <gnu@cygnus>1991-09-20 18:18:13 +0000
commit7cb83757934a2a41c5bb8492ce1c3b9624afd97a (patch)
tree282492fab8656d70155bf5365a8e0d125cbe5dcc /gdb/ChangeLog
parentc2536607c63032261c1269387fefec6985cd6a70 (diff)
downloadgdb-7cb83757934a2a41c5bb8492ce1c3b9624afd97a.zip
gdb-7cb83757934a2a41c5bb8492ce1c3b9624afd97a.tar.gz
gdb-7cb83757934a2a41c5bb8492ce1c3b9624afd97a.tar.bz2
* language.c (_initialize_language): Fix type check and range
check documentation strings.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index cf4b59f..066fbfb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
Fri Sep 20 02:28:15 1991 John Gilmore (gnu at cygnus.com)
+ * language.c (_initialize_language): Fix type check and range
+ check documentation strings.
* utils.c (!HAVE_VPRINTF): Define vfprintf as a function, so
language.c can use it. (Though language.c should really not be
handling warnings/errors the way it does, FIXME.)