diff options
| author | Noah Friedman | 2015-08-17 13:00:36 -0700 |
|---|---|---|
| committer | Noah Friedman | 2015-08-17 13:00:36 -0700 |
| commit | a84225d29c40a8cf3f860d2b58517102eef33436 (patch) | |
| tree | 8c26150075a37ad5c141d0c5c7aa08eee9749814 /lib-src/ntlib.c | |
| parent | b892438d7a424e61f174d8b8a57e78077aa96a0c (diff) | |
| parent | 62f65abf279da30e6fff4bcf3462b548aeb2dc97 (diff) | |
| download | emacs-a84225d29c40a8cf3f860d2b58517102eef33436.tar.gz emacs-a84225d29c40a8cf3f860d2b58517102eef33436.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lib-src/ntlib.c')
| -rw-r--r-- | lib-src/ntlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index 7d9dff9904c..37b847ba6e7 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c | |||
| @@ -302,7 +302,7 @@ is_exec (const char * name) | |||
| 302 | stricmp (p, ".cmd") == 0)); | 302 | stricmp (p, ".cmd") == 0)); |
| 303 | } | 303 | } |
| 304 | 304 | ||
| 305 | /* FIXME? This is in config.nt now - is this still needed? */ | 305 | /* FIXME? This is in configure.ac now - is this still needed? */ |
| 306 | #define IS_DIRECTORY_SEP(x) ((x) == '/' || (x) == '\\') | 306 | #define IS_DIRECTORY_SEP(x) ((x) == '/' || (x) == '\\') |
| 307 | 307 | ||
| 308 | /* We need this because nt/inc/sys/stat.h defines struct stat that is | 308 | /* We need this because nt/inc/sys/stat.h defines struct stat that is |