aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
Diffstat (limited to 'awk.h')
-rw-r--r--awk.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/awk.h b/awk.h
index f79df717..31ed1d38 100644
--- a/awk.h
+++ b/awk.h
@@ -875,7 +875,9 @@ typedef struct exp_instruction {
/* Op_store_var */
#define initval x.xn
-
+#if 1
+#include "gawkapi.h"
+#else
typedef struct iobuf {
const char *name; /* filename */
int fd; /* file descriptor */
@@ -909,6 +911,7 @@ typedef struct iobuf {
# define IOP_CLOSED 8
# define IOP_AT_START 16
} IOBUF;
+#endif
typedef void (*Func_ptr)(void);