diff options
author | Stephen Davies <sdavies@sdc.com.au> | 2014-08-24 10:26:36 +0930 |
---|---|---|
committer | Stephen Davies <sdavies@sdc.com.au> | 2014-08-24 10:26:36 +0930 |
commit | 8006ef4ca16fa8264dcc1e849783e1f4ce4978a1 (patch) | |
tree | e67f3ace9563ebb83d15a438b2124298486d39c0 /awk.h | |
parent | 9a7e5828f29d3f5daba5dc5ef1f6b9cd87f596b8 (diff) | |
parent | 8f2c2755573b81c1e2c9ef1c42c529d13396d4d2 (diff) | |
download | egawk-8006ef4ca16fa8264dcc1e849783e1f4ce4978a1.tar.gz egawk-8006ef4ca16fa8264dcc1e849783e1f4ce4978a1.tar.bz2 egawk-8006ef4ca16fa8264dcc1e849783e1f4ce4978a1.zip |
Merge branch 'comment' of ssh://git.sv.gnu.org/srv/git/gawk into comment
Remote changes?
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1474,6 +1474,7 @@ extern NODE *get_actual_argument(int, bool, bool); extern void init_fields(void); extern void set_record(const char *buf, int cnt); extern void reset_record(void); +extern void rebuild_record(void); extern void set_NF(void); extern NODE **get_field(long num, Func_ptr *assign); extern NODE *do_split(int nargs); |