/[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.20 by gary, Thu Oct 11 21:09:16 2001 UTC revision 1.21 by gary, Fri Oct 12 19:57:29 2001 UTC
# Line 480  reload_frozen_state (const char *name) Line 480  reload_frozen_state (const char *name)
480                if (bp->blind_if_no_args)                if (bp->blind_if_no_args)
481                  BIT_SET (flags, TOKEN_BLIND_ARGS_BIT);                  BIT_SET (flags, TOKEN_BLIND_ARGS_BIT);
482    
483                m4_builtin_pushdef (string[0], handle, bp->func, flags);                m4_builtin_pushdef (string[0], handle, bp->func, flags,
484                                      bp->min_args, bp->max_args);
485              }              }
486            else            else
487              M4ERROR ((warning_status, 0,              M4ERROR ((warning_status, 0,
# Line 656  reload_frozen_state (const char *name) Line 657  reload_frozen_state (const char *name)
657                if (strcmp (m4_module_name (handle), string[2]) == 0)                if (strcmp (m4_module_name (handle), string[2]) == 0)
658                  break;                  break;
659    
660            m4_macro_pushdef (string[0], handle, string[1], 0);            m4_macro_pushdef (string[0], handle, string[1], 0, 0, -1);
661          }          }
662          break;          break;
663    

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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