diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-19 15:26:36 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-19 15:26:36 +0200 |
commit | e468705fb6c7f2b2384c20f320e617cdbd55238c (patch) | |
tree | 78b29b2f4e74a30688d23b1fba8dd4f58eec6dee /awk.h | |
parent | ab76bb69f10de31c94d7b6855c85402673a4e5ed (diff) | |
download | egawk-e468705fb6c7f2b2384c20f320e617cdbd55238c.tar.gz egawk-e468705fb6c7f2b2384c20f320e617cdbd55238c.tar.bz2 egawk-e468705fb6c7f2b2384c20f320e617cdbd55238c.zip |
Move read_func from IOBUF into awk_input_buf_t.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -886,12 +886,6 @@ typedef struct iobuf { ssize_t count; /* amount read last time */ size_t scanoff; /* where we were in the buffer when we had to regrow/refill */ - /* - * No argument prototype on read_func. See get_src_buf() - * in awkgram.y. - */ - ssize_t (*read_func)(); - bool valid; int errcode; |