Changeset 1216 for trunk/src/kash/mkbuiltins
- Timestamp:
- Oct 7, 2007, 11:15:21 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/mkbuiltins
r819 r1216 66 66 */ 67 67 68 #ifdef HAVE_SYS_CDEFS_H 69 #include <sys/cdefs.h> 70 #endif 68 #include "shtypes.h" 71 69 72 70 struct builtincmd { 73 71 const char *name; 74 int (*builtin)( int, char **);72 int (*builtin)(shinstance *, int, char **); 75 73 }; 76 74 … … 107 105 shift 108 106 } 109 echo 'int '"$func"'( int, char **);' >&4107 echo 'int '"$func"'(shinstance *, int, char **);' >&4 110 108 while 111 109 [ $# != 0 -a "$1" != '#' ]
Note:
See TracChangeset
for help on using the changeset viewer.