aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorDan Nicolaescu2010-06-07 20:12:21 -0700
committerDan Nicolaescu2010-06-07 20:12:21 -0700
commitd7c5d87df66ddde23546e919ca4078f00be4d20b (patch)
tree59443ac21189b4028303172263532580e9f4900a /src/lread.c
parent0263a941230d82b781ff85014c6fa1e341c98f01 (diff)
downloademacs-d7c5d87df66ddde23546e919ca4078f00be4d20b.tar.gz
emacs-d7c5d87df66ddde23546e919ca4078f00be4d20b.zip
* src/lread.c (X_OK): Remove, unused.
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lread.c b/src/lread.c
index a04b9679d83..3a77a62b27f 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -48,10 +48,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
48#include <unistd.h> 48#include <unistd.h>
49#endif 49#endif
50 50
51#ifndef X_OK
52#define X_OK 01
53#endif
54
55#include <math.h> 51#include <math.h>
56 52
57#ifdef HAVE_SETLOCALE 53#ifdef HAVE_SETLOCALE