Author: loonycyborg
Date: Wed Dec  3 14:56:40 2008
New Revision: 31247

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31247&view=rev
Log:
ifndef init_custom_malloc's declaration too for documentation purposes.

Modified:
    trunk/src/game.cpp

Modified: trunk/src/game.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game.cpp?rev=31247&r1=31246&r2=31247&view=diff
==============================================================================
--- trunk/src/game.cpp (original)
+++ trunk/src/game.cpp Wed Dec  3 14:56:40 2008
@@ -2142,9 +2142,11 @@
        return 0;
 }
 
+#ifndef DISABLE_POOL_ALLOC
 extern "C" {
 void init_custom_malloc();
 }
+#endif
 
 int main(int argc, char** argv)
 {


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to