Changeset 1214 for trunk/src/kash/parser.c
- Timestamp:
- Oct 7, 2007, 10:39:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/parser.c
r1210 r1214 33 33 */ 34 34 35 #ifdef HAVE_SYS_CDEFS_H 36 #include <sys/cdefs.h> 37 #endif 35 #if 0 38 36 #ifndef lint 39 #if 040 37 static char sccsid[] = "@(#)parser.c 8.7 (Berkeley) 5/16/95"; 41 38 #else 42 39 __RCSID("$NetBSD: parser.c,v 1.59 2005/03/21 20:10:29 dsl Exp $"); 40 #endif /* not lint */ 43 41 #endif 44 #endif /* not lint */45 42 46 43 #include <stdlib.h> 47 #ifdef __sun__48 #include <iso/limits_iso.h>49 #endif50 44 51 45 #include "shell.h" … … 66 60 #include "show.h" 67 61 #ifndef SMALL 68 # include "myhistedit.h"62 # include "myhistedit.h" 69 63 #endif 70 64 #include "shinstance.h"
Note:
See TracChangeset
for help on using the changeset viewer.