m4-patches
[Top][All Lists]
Advanced

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

28-fyi-with-modules.patch


From: Akim Demaille
Subject: 28-fyi-with-modules.patch
Date: Mon, 03 Sep 2001 17:11:18 +0200

Of course I'm in favor of removing the `(options: )' part of
--version.

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * src/main.c (MODULE_SHORTOPT, MODULEPATH_SHORTOPT): Remove, there
        is no such thing as `WITH_MODULES'.

Index: src/main.c
--- src/main.c Mon, 03 Sep 2001 15:40:52 +0200 akim
+++ src/main.c Mon, 03 Sep 2001 16:45:23 +0200 akim
@@ -199,14 +199,6 @@ Debugging:\n\
   { 0, 0, 0, 0 },
 };

-#ifdef WITH_MODULES
-#  define MODULE_SHORTOPT      "m:"
-#  define MODULEPATH_SHORTOPT  "M:"
-#else
-#  define MODULE_SHORTOPT      ""
-#  define MODULEPATH_SHORTOPT  ""
-#endif
-
 #define OPTSTRING "B:D:EF:GH:I:L:M:N:PQR:S:T:U:bcd::el:m:o:st:"

 #include <dlfcn.h>



reply via email to

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