* src/lread.c (X_OK): Remove, unused.
This commit is contained in:
parent
0263a94123
commit
d7c5d87df6
2 changed files with 2 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue