bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changes to m4/m4/resyntax.c,v


From: Gary V. Vaughan
Subject: Re: Changes to m4/m4/resyntax.c,v
Date: Sun, 25 Feb 2007 11:54:50 -0800


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: address@hidden
  ( '/           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




Attachment: PGP.sig
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]