diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-03-29 21:30:11 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-03-29 21:30:11 +0200 |
commit | 86d89c929013e64bf4e4b28af2facd549c3bfaba (patch) | |
tree | c3647d3c41cf3f363288d878269073aff4124cca /awk.h | |
parent | 2400cc5143383a881356a9f55e93b60037d851e5 (diff) | |
download | egawk-86d89c929013e64bf4e4b28af2facd549c3bfaba.tar.gz egawk-86d89c929013e64bf4e4b28af2facd549c3bfaba.tar.bz2 egawk-86d89c929013e64bf4e4b28af2facd549c3bfaba.zip |
Fix next and exit from functions.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -627,6 +627,10 @@ typedef struct exp_instruction { #define target_jmp d.di #define target_break x.xi +/* Op_K_exit */ +#define target_end d.di +#define target_atexit x.xi + /* Op_newfile, Op_K_getline */ #define target_endfile x.xi |