projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0263a94
)
* src/lread.c (X_OK): Remove, unused.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Tue, 8 Jun 2010 03:12:21 +0000
(20:12 -0700)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Tue, 8 Jun 2010 03:12:21 +0000
(20:12 -0700)
src/ChangeLog
patch
|
blob
|
history
src/lread.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 5693fc1126e700a25ecfdb212d836549e2de7b79..8589eb32afca75b297afda2af8d92f76ee6d5586 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2010-06-08 Dan Nicolaescu <dann@ics.uci.edu>
+ * lread.c (X_OK): Remove, unused.
+
* dispnew.c: Remove obsolete comment.
Remove INCLUDED_FCNTL.
diff --git
a/src/lread.c
b/src/lread.c
index a04b9679d83bff9ba03b72c6d852404b8630655a..3a77a62b27f8d7d5b43415c591dfb4fe82fbd7f6 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-48,10
+48,6
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#endif
-#ifndef X_OK
-#define X_OK 01
-#endif
-
#include <math.h>
#ifdef HAVE_SETLOCALE