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 21:31:15 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      07/02/28 21:31:13

Index: modules/m4.c
===================================================================
RCS file: /sources/m4/m4/modules/m4.c,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -b -r1.103 -r1.104
--- modules/m4.c        28 Feb 2007 14:36:22 -0000      1.103
+++ modules/m4.c        28 Feb 2007 21:31:12 -0000      1.104
@@ -1111,15 +1111,6 @@
 #define numb_urshift(c, x, y)                          \
    (*(x) = (number) ((unumber) *(x) >> (unumber) *(y)))
 
-#define numb_extension(c)                            \
-  do                                                 \
-    {                                                \
-      /* Revisit this if XCU ERN 137 is approved.  */ \
-      if (m4_get_posixly_correct_opt (context))              \
-       return INVALID_OPERATOR;                      \
-    }                                                \
-  while (0)
-
 
 /* The function ntoa () converts VALUE to a signed ascii representation in
    radix RADIX.  */




reply via email to

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