automake
[Top][All Lists]
Advanced

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

Patch: FYI: remove a macro_dump call


From: Tom Tromey
Subject: Patch: FYI: remove a macro_dump call
Date: 26 Jul 2001 21:01:01 -0600

I'm checking this in.
This call to macro_dump looks like old debug code.
I don't think it belongs.

BTW, Akim -- macro_dump is really wonderful.  I'm very glad you wrote
it.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>
        * automake.in (check_variable_defined_unconditionally): Don't call
        macro_dump.

Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.1162
diff -u -r1.1162 automake.in
--- automake.in 2001/07/27 02:29:42 1.1162
+++ automake.in 2001/07/27 02:31:09
@@ -6066,8 +6066,6 @@
        {
            &am_line_error ($parent,
                            "warning: automake does not support $var being 
defined conditionally");
-           macro_dump ($var);
-
        }
     }
 }



reply via email to

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