Mercurial > emacs
view nt/inc/sys/file.h @ 15864:c21d455f162f
(message-y-or-n-p, message-talkative-question, message-flatten-list,
message-flatten-list-1): Move utility functions up so macro is defined
before first invocation.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Wed, 14 Aug 1996 02:09:54 +0000 |
parents | cc3c8961d60a |
children | 841b8916e3b2 |
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