m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/m4private.h,v


From: Eric Blake
Subject: Changes to m4/m4/m4private.h,v
Date: Mon, 19 Jun 2006 15:43:35 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/06/19 15:43:35

Index: m4/m4private.h
===================================================================
RCS file: /sources/m4/m4/m4/m4private.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- m4/m4private.h      10 Jun 2006 21:23:30 -0000      1.47
+++ m4/m4private.h      19 Jun 2006 15:43:35 -0000      1.48
@@ -1,7 +1,7 @@
 /* GNU m4 -- A simple macro processor
 
-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2004, 2005, 
2006
-                 Free Software Foundation, Inc.
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1998, 1999, 2004, 2005,
+   2006 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
@@ -342,7 +342,7 @@
 
 
 /* Convenience macro to zero a variable after freeing it.  */
-#define DELETE(Expr)   ((Expr) = (free (Expr), (void *) 0))
+#define DELETE(Expr)   ((Expr) = (free ((void *) Expr), (void *) 0))
 
 
 #if DEBUG




reply via email to

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