Ignore:
Timestamp:
Oct 7, 2007, 11:15:21 PM (18 years ago)
Author:
bird
Message:

more fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/mkbuiltins

    r819 r1216  
    6666 */
    6767
    68 #ifdef HAVE_SYS_CDEFS_H
    69 #include <sys/cdefs.h>
    70 #endif
     68#include "shtypes.h"
    7169
    7270struct builtincmd {
    7371      const char *name;
    74       int (*builtin)(int, char **);
     72      int (*builtin)(shinstance *, int, char **);
    7573};
    7674
     
    107105                shift
    108106        }
    109         echo 'int '"$func"'(int, char **);' >&4
     107        echo 'int '"$func"'(shinstance *, int, char **);' >&4
    110108        while
    111109                [ $# != 0 -a "$1" != '#' ]
Note: See TracChangeset for help on using the changeset viewer.