Changeset 638 for trunk/src/ash/syntax.h
- Timestamp:
- Nov 26, 2006, 6:47:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash/syntax.h
r626 r638 77 77 #define digit_val(c) ((c) - '0') 78 78 79 #ifdef _MSC_VER 80 extern char basesyntax[]; 81 extern char dqsyntax[]; 82 extern char sqsyntax[]; 83 extern char arisyntax[]; 84 extern char is_type[]; 85 #else 79 86 extern const char basesyntax[]; 80 87 extern const char dqsyntax[]; … … 82 89 extern const char arisyntax[]; 83 90 extern const char is_type[]; 91 #endif
Note:
See TracChangeset
for help on using the changeset viewer.