Author: cazfi
Date: Mon Jan  2 20:15:10 2017
New Revision: 34776

URL: http://svn.gna.org/viewcvs/freeciv?rev=34776&view=rev
Log:
Dropped obsolete DEBUG macro

See patch #7555

Modified:
    trunk/m4/debug.m4

Modified: trunk/m4/debug.m4
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/m4/debug.m4?rev=34776&r1=34775&r2=34776&view=diff
==============================================================================
--- trunk/m4/debug.m4   (original)
+++ trunk/m4/debug.m4   Mon Jan  2 20:15:10 2017
@@ -47,7 +47,6 @@
 dnl debug level >= yes
 if test "x$enable_debug" = "xyes" -o "x$enable_debug" = "xchecks"; then
   AC_DEFINE([FREECIV_DEBUG], [1], [Extra debugging support])
-  AC_DEFINE([DEBUG], [1], [Extra debugging support, backward compatibility 
macro])
   AC_DEFINE([LUA_USE_APICHECK], [1], [Lua Api checks])
 
   FC_C_FLAGS([-Werror -Wmissing-prototypes -Wmissing-declarations \


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to