diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-02 08:25:28 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-05-02 08:25:28 +0300 |
commit | 6f2c655186b7de2a95cca0403eb899dd2ab27c75 (patch) | |
tree | 5298d116fca50998e8b57bb974fc2f85692c0a9d /awk.h | |
parent | 200c22e0556cdaf381d758304e69807d1b0ceff7 (diff) | |
download | egawk-6f2c655186b7de2a95cca0403eb899dd2ab27c75.tar.gz egawk-6f2c655186b7de2a95cca0403eb899dd2ab27c75.tar.bz2 egawk-6f2c655186b7de2a95cca0403eb899dd2ab27c75.zip |
Renamed bool() to mkbool().
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1508,7 +1508,7 @@ extern int strncasecmpmbs(const unsigned char *, const unsigned char *, size_t); extern int sanitize_exit_status(int status); extern void check_symtab_functab(NODE *dest, const char *fname, const char *msg); -extern NODE *do_bool(int nargs); +extern NODE *do_mkbool(int nargs); /* debug.c */ extern void init_debug(void); extern int debug_prog(INSTRUCTION *pc); |