m4-patches
[Top][All Lists]
Advanced

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

Long option for -W (--word-regexp) accepted without ENABLE_CHANGEWORD de


From: Vitezslav Crhonek
Subject: Long option for -W (--word-regexp) accepted without ENABLE_CHANGEWORD defined
Date: Wed, 05 Feb 2014 14:58:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Hello,

small issue I've found today, here's the fix:

--- m4-1.4.17/src/m4.c.orig     2013-09-22 07:50:43.000000000 +0200
+++ m4-1.4.17/src/m4.c  2014-02-05 14:49:06.706025544 +0100
@@ -307,7 +307,9 @@
   {"trace", required_argument, NULL, 't'},
   {"traditional", no_argument, NULL, 'G'},
   {"undefine", required_argument, NULL, 'U'},
+#ifdef ENABLE_CHANGEWORD
   {"word-regexp", required_argument, NULL, 'W'},
+#endif

   {"debugfile", optional_argument, NULL, DEBUGFILE_OPTION},
   {"diversions", required_argument, NULL, DIVERSIONS_OPTION},

Best regards,
Vitezslav Crhonek



reply via email to

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