Changeset 3435 in kBuild for trunk/src/kash/input.h
- Timestamp:
- Sep 2, 2020 8:30:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/input.h
r1233 r3435 58 58 void popfile(struct shinstance *); 59 59 void popallfiles(struct shinstance *); 60 void closescript(struct shinstance * , int);60 void closescript(struct shinstance *); 61 61 62 62 #define pgetc_macro(psh) (--(psh)->parsenleft >= 0? *(psh)->parsenextc++ : preadbuffer(psh))
Note:
See TracChangeset
for help on using the changeset viewer.