On 31 Jan 2007, at 21:43, Eric Blake wrote:
--- 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);
Doesn't fileutils have some nice make rules we can adapt to catch
things like this automatically?
Cheers,
Gary
--
())_. Email me: [EMAIL PROTECTED]
( '/ Read my blog: http://blog.azazil.net
/ )= ...and my book: http://sources.redhat.com/autobook
`(_~)_ Join my AGLOCO Network: http://www.agloco.com/r/BBBS7912
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Bug-m4 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-m4
