/[m4]/m4/m4/syntax.c
ViewVC logotype

Diff of /m4/m4/syntax.c

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

revision 1.2 by gary, Fri Jun 6 16:14:05 2003 UTC revision 1.3 by gary, Fri Jun 20 15:43:20 2003 UTC
# Line 268  unset_syntax_attribute (int code, int ch Line 268  unset_syntax_attribute (int code, int ch
268  }  }
269    
270  void  void
271  m4_set_syntax (char key, const unsigned char *chars)  m4_set_syntax (m4 *context, char key, const unsigned char *chars)
272  {  {
273    int ch, code;    int ch, code;
274    
# Line 276  m4_set_syntax (char key, const unsigned Line 276  m4_set_syntax (char key, const unsigned
276    
277    if ((code < 0) && (key != '\0'))    if ((code < 0) && (key != '\0'))
278      {      {
279        M4ERROR ((warning_status, 0,        M4ERROR ((m4_get_warning_status_opt (context), 0,
280                  _("Undefined syntax code %c"), key));                  _("Undefined syntax code %c"), key));
281        return;        return;
282      }      }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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