/[m4]/m4/src/freeze.c
ViewVC logotype

Diff of /m4/src/freeze.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by gary, Fri Sep 7 23:42:24 2001 UTC revision 1.16 by gary, Sat Sep 8 01:40:47 2001 UTC
# Line 472  reload_frozen_state (const char *name) Line 472  reload_frozen_state (const char *name)
472              bp = m4_builtin_find_by_name (bt, string[1]);              bp = m4_builtin_find_by_name (bt, string[1]);
473    
474            if (bp)            if (bp)
475              m4_builtin_define (handle, string[0], bp, M4_SYMBOL_PUSHDEF, 0);              m4_builtin_pushdef (string[0], handle, bp);
476            else            else
477              M4ERROR ((warning_status, 0,              M4ERROR ((warning_status, 0,
478                        _("`%s' from frozen file not found in builtin table!"),                        _("`%s' from frozen file not found in builtin table!"),
# Line 647  reload_frozen_state (const char *name) Line 647  reload_frozen_state (const char *name)
647                if (strcmp (m4_module_name (handle), string[2]) == 0)                if (strcmp (m4_module_name (handle), string[2]) == 0)
648                  break;                  break;
649    
650            m4_macro_define (handle, string[0], string[1], M4_SYMBOL_PUSHDEF);            m4_macro_pushdef (string[0], handle, string[1]);
651          }          }
652          break;          break;
653    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26