Changeset 1217 for trunk/src/kash/expand.h
- Timestamp:
- Oct 7, 2007, 11:47:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/expand.h
r1203 r1217 38 38 #define ___expand_h 39 39 40 #include "shtypes.h" 41 40 42 struct strlist { 41 43 struct strlist *next; … … 70 72 71 73 /* From arith.y */ 72 int arith( const char *);74 int arith(struct shinstance *, const char *); 73 75 int expcmd(struct shinstance *, int , char **); 74 76 void arith_lex_reset(void);
Note:
See TracChangeset
for help on using the changeset viewer.