Changeset 364
- Timestamp:
- 02/16/07 18:41:16 (2 years ago)
- Files:
-
- branches/dmdfe/expression.c (modified) (2 diffs)
- branches/dmdfe/mars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dmdfe/expression.c
r361 r364 22 22 #if __WIN32 && __GNUC__ 23 23 #define isnan _isnan 24 #elif __APPLE__ 25 using std::isnan; 24 26 #endif 25 27 … … 2389 2391 OutBuffer tmp; 2390 2392 char *p; 2391 unsignedc;2392 unsignedu;2393 dchar_t c; 2394 size_t u; 2393 2395 unsigned char *q; 2394 2396 unsigned qlen; branches/dmdfe/mars.c
r361 r364 14 14 #include <assert.h> 15 15 #include <limits.h> 16 #include <errno.h> 16 17 17 18 #if _WIN32
