# HG changeset patch # User Santeri Piippo # Date 1390254272 -7200 # Node ID be047c6ad05c9a13bdee7ce76c96910ea4c43e4b # Parent aa23fe2231823785012309a421267c59c9459ba2# Parent 6b13e4c2e97b9af1e70e85b4028cef74169bba64 - Merge ../ldforge into gl diff -r aa23fe223182 -r be047c6ad05c src/main.h --- a/src/main.h Mon Jan 20 23:43:47 2014 +0200 +++ b/src/main.h Mon Jan 20 23:44:32 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.