From 2f339225f817921e32f131f2ae163d367f62f564 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 20 May 2013 19:36:55 +0300 Subject: Move FAKE_FD_VALUE out of gawkapi.h. --- gawkapi.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gawkapi.h') diff --git a/gawkapi.h b/gawkapi.h index c5cc4607..cc50bba3 100644 --- a/gawkapi.h +++ b/gawkapi.h @@ -113,10 +113,6 @@ extern "C" { #define awk_const const #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 awk_bool { awk_false = 0, awk_true -- cgit v1.2.3