- bleh, don't need IN_IDE_PARSER there..

Mon, 20 Jan 2014 23:44:22 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Mon, 20 Jan 2014 23:44:22 +0200
changeset 628
6b13e4c2e97b
parent 627
5c0147e9f3a3
child 629
b75c6cce02e2
child 670
be047c6ad05c

- bleh, don't need IN_IDE_PARSER there..

src/main.h file | annotate | diff | comparison | revisions
--- a/src/main.h	Mon Jan 20 23:43:14 2014 +0200
+++ b/src/main.h	Mon Jan 20 23:44:22 2014 +0200
@@ -83,11 +83,7 @@
 # endif // DEBUG
 #endif // IN_IDE_PARSER
 
-#ifndef IN_IDE_PARSER
-void dvalof (void a); // #define dvalof(A) dlog ("value of '%1' = %2\n", #A, A)
-#else
-# define dvalof(A) dlog ("value of '%1' = %2\n", #A, A)
-#endif
+#define dvalof(A) dlog ("value of '%1' = %2\n", #A, A)
 
 // Replace assert with a version that shows a GUI dialog if possible.
 // On Windows I just can't get the actual error messages otherwise.

mercurial