diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/lread.c | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5693fc1126e..8589eb32afc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-06-08 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * lread.c (X_OK): Remove, unused. | ||
| 4 | |||
| 3 | * dispnew.c: Remove obsolete comment. | 5 | * dispnew.c: Remove obsolete comment. |
| 4 | 6 | ||
| 5 | Remove INCLUDED_FCNTL. | 7 | Remove INCLUDED_FCNTL. |
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 |