Ignore:
Timestamp:
Oct 7, 2007, 11:15:21 PM (18 years ago)
Author:
bird
Message:

more fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/syntax.h

    r809 r1216  
    3333 */
    3434
    35 #ifdef HAVE_SYS_CDEFS_H
    36 #include <sys/cdefs.h>
    37 #endif
    3835#include <ctype.h>
    3936
     
    4946#define CLP 8                   /* a left paren in arithmetic */
    5047#define CRP 9                   /* a right paren in arithmetic */
    51 #define CEOF 10                 /* end of file */
     48#define CSHEOF 10               /* end of file */
    5249#define CCTL 11                 /* like CWORD, except it must be escaped */
    5350#define CSPCL 12                /* these terminate a word */
Note: See TracChangeset for help on using the changeset viewer.