* c-exp.y, m2-exp.y (yyreds, yytoks): Remap like other yy* names.
authorFred Fish <fnf@specifix.com>
Thu, 31 Dec 1992 04:05:05 +0000 (04:05 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 31 Dec 1992 04:05:05 +0000 (04:05 +0000)
commit45fe3db4ede57e944e8a780ffdfbaafcfe5bd996
tree7b460ce58086c3bfedf745d98a78f8a6dbc78a97
parent9bdd52ddd6baa49dbefc9841f91445211e7f2d0d
* c-exp.y, m2-exp.y (yyreds, yytoks):  Remap like other yy* names.
* c-exp.y, m2-exp.y (YYDEBUG):  Define if MAINTENANCE_CMDS is defined
and YYDEBUG is not already defined.
* c-exp.y (strncmp):  Replace throughout with STREQN, missed
them during the previous replacements.
* printcmd.c (_initialize_printcmd):  Update internal documentation
for "set" command to note that the assignment syntax is language
dependent.
**** start-sanitize-chill ****
* ch-exp.y (yyreds, yytoks):  Remap like other yy* names.
* ch-exp.y (YYDEBUG):  Define if MAINTENANCE_CMDS is defined
and YYDEBUG is not already defined.
* ch-exp.y (GDB_REGNAME, GDB_LAST, GDB_VARIABLE, GDB_ASSIGNMENT,
single_assignment_action): New terminals and nonterminal for gdb
extensions to chill expression grammer.
* ch-exp.y (match_dollar_tokens):  Lexer routine to match all
tokens that start with '$' (register names, convenience vars, etc).
* ch-exp.y (tokentab2):  Add GDB_ASSIGNMENT.
* ch-exp.y (yylex):  Call match_dollar_tokens.
**** end-sanitize-chill ****
gdb/ChangeLog
gdb/c-exp.y
gdb/ch-exp.y
gdb/m2-exp.y
gdb/printcmd.c
This page took 0.025834 seconds and 4 git commands to generate.