diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-08 23:03:50 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-01-08 23:03:50 +0200 |
commit | 0cc0973babcc4c35557aade37be5926a3f6023c9 (patch) | |
tree | f4ae9f5f06a2b4483d6a7bb4ae3eb3e2c92ce98b /main.c | |
parent | a56b8c1a4b2495833fedd37b83305f5388cd2c2e (diff) | |
download | egawk-0cc0973babcc4c35557aade37be5926a3f6023c9.tar.gz egawk-0cc0973babcc4c35557aade37be5926a3f6023c9.tar.bz2 egawk-0cc0973babcc4c35557aade37be5926a3f6023c9.zip |
PC fiexes from Eli.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -29,10 +29,6 @@ #include "awk.h" #include "getopt.h" -#ifndef O_BINARY -#include <fcntl.h> -#endif - #ifdef HAVE_MCHECK_H #include <mcheck.h> #endif |