* c-exp.y (lcurly, rcurly): New nonterminals.
[binutils-gdb.git] / gdb / ChangeLog
index f45db9f7d889c97105b51feee092c2e9820aa762..f715e334c817a6324ab4056d8a51b543420cb61c 100644 (file)
@@ -1,3 +1,25 @@
+Tue Feb  2 16:10:31 1993  Fred Fish  (fnf@cygnus.com)
+
+       * c-exp.y (lcurly, rcurly):  New nonterminals.
+       * c-exp.y (exp):  Use lcurly and rcurly for arrays and UNOP_MEMVAL
+       constructs.
+       * parse.c (free_funcalls):  Moved prototype from parser-defs.h,
+       made function static.
+       * parse.c (struct funcall):  Moved struct def from parser-defs.h.
+       * parse.c (funcall_chain):  Moved from parser-defs.h, made static.
+       * parse.c (start_arglist):  
+       * parser-defs.h (free_funcalls):  Moved prototype to parse.c.
+       * parser-defs.h (struct funcall):  Moved struct def to parse.c.
+       * parser-defs.h (funcall_chain):  Moved to parse.c.
+       * printcmd.c (print_frame_nameless_args): Fix prototype.
+       * tm-mips.h (setup_arbitrary_frame):  Fix prototype.
+       * tm-sparc.h (setup_arbitrary_frame):  Fix prototype.
+       * valops.c (typecmp):  Moved prototype from values.h.
+       * value.h (typecmp):  Moved prototype to valops.c, made static.
+       **** start-sanitize-chill ****
+       * ch-exp.y (yylex):  Change way control sequences are disabled.
+       **** end-sanitize-chill ****
+       
 Tue Feb  2 16:11:43 1993  John Gilmore  (gnu@cygnus.com)
 
        * tm-mips.h, tm-sparc.h:  Fix thinko in SETUP_ARBITRARY_FRAME.