diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-07-24 21:53:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-07-24 21:53:56 +0300 |
commit | b8b8ab0e46aaa2725259bb5788261464cb851120 (patch) | |
tree | c38e5520a6d4b8d34fc2cce98c8c9aa3eccc9814 /io.c | |
parent | 2377ea235bd13f0327bdd4b2195958ce504dbd19 (diff) | |
parent | 0981cc089ea88f146a6c949146e73f88c1b295e9 (diff) | |
download | egawk-b8b8ab0e46aaa2725259bb5788261464cb851120.tar.gz egawk-b8b8ab0e46aaa2725259bb5788261464cb851120.tar.bz2 egawk-b8b8ab0e46aaa2725259bb5788261464cb851120.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -185,10 +185,6 @@ #define INCREMENT_REC(X) X++ #endif -/* This is for fake directory file descriptors on systems that don't - allow to open() a directory. */ -#define FAKE_FD_VALUE 42 - typedef enum { CLOSE_ALL, CLOSE_TO, CLOSE_FROM } two_way_close_type; /* Several macros to make the code a bit clearer. */ |