Changeset 809 for trunk/src/ash/parser.c
- Timestamp:
- Jan 29, 2007, 6:54:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash/parser.c
r626 r809 33 33 */ 34 34 35 #ifdef HAVE_SYS_CDEFS_H 35 36 #include <sys/cdefs.h> 37 #endif 36 38 #ifndef lint 37 39 #if 0 … … 43 45 44 46 #include <stdlib.h> 47 #ifdef __sun__ 48 #include <iso/limits_iso.h> 49 #endif 45 50 46 51 #include "shell.h" … … 746 751 if (**pp == *wordtext && equal(*pp, wordtext)) 747 752 { 748 lasttoken = t = pp - 753 lasttoken = t = pp - 749 754 parsekwd + KWDOFFSET; 750 755 TRACE(("keyword %s recognized\n", tokname[t]));
Note:
See TracChangeset
for help on using the changeset viewer.