Mercurial > emacs
view nt/inc/sys/file.h @ 28423:6b92fbc04c23
(byte-compile-inline-expand): Fix bug
trying to `load' the symbol of an autoload instead of the file
recorded in the autoload. Fix error messages.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 30 Mar 2000 11:38:38 +0000 |
parents | 841b8916e3b2 |
children | 69b7e5c8da03 |
line wrap: on
line source
/* * sys\file.h doesn't exist on NT - only needed for these constants */ #define F_OK 0 #define X_OK 1 #define W_OK 2 #define R_OK 4 #define D_OK 8