#define problem (merge conflict)

This commit is contained in:
jdv_cp 2009-03-18 14:35:18 -07:00
parent e3432fd1b8
commit 5013f556c1
3 changed files with 7 additions and 1 deletions

View File

@ -21,4 +21,5 @@ bin
CMakeFiles
xx
Debug
CMakeCache.txt
</Value></Property></Properties></ItemProperties>

View File

@ -10,4 +10,10 @@ mars
Release
*.user
CMakeFiles
</Value></Property><Property><Name>svn:ignore</Name><Value>Debug
mars
Release
*.user
CMakeFiles
CMakeCache.txt
</Value></Property></Properties></ItemProperties>

View File

@ -12,7 +12,6 @@
#endif
#include <stdio.h>
#endif
#include <assert.h>
#define ASSERT(t) assert(t)