more int → bool

This commit is contained in:
tg
2012-08-24 19:02:57 +00:00
parent bb5e56d4c4
commit beca8ed86f
3 changed files with 10 additions and 10 deletions

4
sh.h
View File

@ -157,7 +157,7 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.578 2012/08/17 18:34:24 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.579 2012/08/24 19:02:57 tg Exp $");
#endif
#define MKSH_VERSION "R40 2012/08/17"
@ -1632,7 +1632,7 @@ char *evalstr(const char *cp, int);
char *evalonestr(const char *cp, int);
char *debunk(char *, const char *, size_t);
void expand(const char *, XPtrV *, int);
int glob_str(char *, XPtrV *, int);
int glob_str(char *, XPtrV *, bool);
/* exec.c */
int execute(struct op * volatile, volatile int, volatile int * volatile);
int shcomexec(const char **);