* c-exp.y, m2-exp.y (yyrule, yyname): Remap like other yy* names

for byacc.
	**** start-sanitize-chill ****
	* ch-exp.y (yyrule, yyname):  Remap like other yy* names for byacc.
	**** end-sanitize-chill ****
This commit is contained in:
Fred Fish 1992-12-31 06:23:28 +00:00
parent 45fe3db4ed
commit cbf5231b95
4 changed files with 12 additions and 0 deletions

View file

@ -75,6 +75,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define yy_yyv m2_yyv
#define yyval m2_val
#define yylloc m2_lloc
#define yyrule m2_rule /* With YYDEBUG defined, byacc */
#define yyname m2_name /* With YYDEBUG defined, byacc */
#define yyreds m2_reds /* With YYDEBUG defined */
#define yytoks m2_toks /* With YYDEBUG defined */
#define yyss m2_yyss /* byacc */