Changeset 635 in kBuild
- Timestamp:
- Nov 26, 2006 2:05:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash/syntax.c
r626 r635 5 5 #include "parser.h" 6 6 7 #ifdef _MSC_VER 8 9 #else 7 10 #if CWORD != 0 8 11 #error initialisation assumes 'CWORD' is zero … … 100 103 set('@', ISSPECL) 101 104 }; 105 #endif /* !_MSC_VER */
Note:
See TracChangeset
for help on using the changeset viewer.