diff options
author | Fred Fish <fnf@specifix.com> | 1991-11-19 15:59:55 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-11-19 15:59:55 +0000 |
commit | d018c8a6e1c03b8f220445f9de5af8ba4b3a4199 (patch) | |
tree | a79e51cdd5d25fc277ade0a367ecc2a2a892d280 /gdb/ChangeLog | |
parent | 61af01bc7065b6aa740b0a9cccdcf43ed9c28803 (diff) | |
download | gdb-d018c8a6e1c03b8f220445f9de5af8ba4b3a4199.zip gdb-d018c8a6e1c03b8f220445f9de5af8ba4b3a4199.tar.gz gdb-d018c8a6e1c03b8f220445f9de5af8ba4b3a4199.tar.bz2 |
Add defines so that parsers produced by SVR4 versions of yacc can coexist
in the same executable without collision (c-exp.y, m2-exp.y). Add forward
delaration of function returning pointer to shut up compiler warnings about
conversion of int to pointer (symtab.h).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eaf6ef0..857b907 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Tue Nov 19 07:53:55 1991 Fred Fish (fnf at cygnus.com) + + * c-exp.y, m2-exp.y: Add defines for yymaxdepth, yy_yys, and + yy_yyv, so multiple parsers produced by SVR4 versions of yacc + can coexist in the same executable without collision. + + * symtab.h: Add declaration for lookup_template_type() to kill + compiler warnings about conversions from int to pointer. + Mon Nov 18 17:45:18 1991 Fred Fish (fnf at cygnus.com) * procfs.c: Move inclusion of defs.h to before param.h, as in |