(svn r10212) -Fix [FS#723]: money overflow bugs in many locations.

This commit is contained in:
rubidium
2007-06-19 00:05:26 +00:00
parent 23af871615
commit 16ce2192e4
6 changed files with 31 additions and 9 deletions

View File

@@ -20,6 +20,7 @@
# endif
#else
# define INT64_MAX 9223372036854775807LL
# define INT64_MIN -9223372036854775808LL
#endif
#include <cstdio>