CVSROOT: /sources/m4
Module name: m4
Changes by: Eric Blake <ericb> 07/02/01 05:43:09
Index: m4/resyntax.c
===================================================================
RCS file: /sources/m4/m4/m4/resyntax.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- m4/resyntax.c 14 Nov 2006 19:40:12 -0000 1.3
+++ m4/resyntax.c 1 Feb 2007 05:43:09 -0000 1.4
@@ -1,5 +1,5 @@
/* GNU m4 -- A simple macro processor
- Copyright (C) 2006 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -86,7 +86,7 @@
if (!spec)
return RE_SYNTAX_EMACS;
- canonical = strdup (spec);
+ canonical = xstrdup (spec);
/* Canonicalise SPEC. */
for (p = canonical; *p != '\0'; ++p)