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

make more build...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/expand.h

    r1203 r1217  
    3838#define ___expand_h
    3939
     40#include "shtypes.h"
     41
    4042struct strlist {
    4143        struct strlist *next;
     
    7072
    7173/* From arith.y */
    72 int arith(const char *);
     74int arith(struct shinstance *, const char *);
    7375int expcmd(struct shinstance *, int , char **);
    7476void arith_lex_reset(void);
Note: See TracChangeset for help on using the changeset viewer.