m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/modules/m4.c,v


From: Eric Blake
Subject: Changes to m4/modules/m4.c,v
Date: Wed, 28 Feb 2007 14:36:24 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      07/02/28 14:36:22

Index: modules/m4.c
===================================================================
RCS file: /sources/m4/m4/modules/m4.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -b -r1.102 -r1.103
--- modules/m4.c        27 Jan 2007 00:25:14 -0000      1.102
+++ modules/m4.c        28 Feb 2007 14:36:22 -0000      1.103
@@ -1,5 +1,6 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2000, 2002, 2003, 2004, 2006, 2007 Free Software Foundation, 
Inc.
+   Copyright (C) 2000, 2002, 2003, 2004, 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
@@ -180,9 +181,6 @@
       else
        m4_symbol_value_copy (value, argv[2]);
 
-      if (m4_get_posixly_correct_opt (context))
-       m4_symbol_delete (M4SYMTAB, M4ARG (1));
-
       m4_symbol_define (M4SYMTAB, M4ARG (1), value);
     }
   else




reply via email to

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