* src/lread.c (X_OK): Remove, unused.

This commit is contained in:
Dan Nicolaescu 2010-06-07 20:12:21 -07:00
parent 0263a94123
commit d7c5d87df6
2 changed files with 2 additions and 4 deletions

View file

@ -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.

View file

@ -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