Changeset 1216 for trunk/src/kash/syntax.h
- Timestamp:
- Oct 7, 2007, 11:15:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/syntax.h
r809 r1216 33 33 */ 34 34 35 #ifdef HAVE_SYS_CDEFS_H36 #include <sys/cdefs.h>37 #endif38 35 #include <ctype.h> 39 36 … … 49 46 #define CLP 8 /* a left paren in arithmetic */ 50 47 #define CRP 9 /* a right paren in arithmetic */ 51 #define C EOF 10/* end of file */48 #define CSHEOF 10 /* end of file */ 52 49 #define CCTL 11 /* like CWORD, except it must be escaped */ 53 50 #define CSPCL 12 /* these terminate a word */
Note:
See TracChangeset
for help on using the changeset viewer.