Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
61946d67
Commit
61946d67
authored
Apr 28, 1996
by
Richard M. Stallman
Browse files
(DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions copied from lisp.h.
parent
b98cf43f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
lib-src/movemail.c
lib-src/movemail.c
+7
-0
No files found.
lib-src/movemail.c
View file @
61946d67
...
...
@@ -70,6 +70,13 @@ Boston, MA 02111-1307, USA. */
#undef access
#endif
/* MSDOS */
#ifndef DIRECTORY_SEP
#define DIRECTORY_SEP '/'
#endif
#ifndef IS_DIRECTORY_SEP
#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
#endif
#ifdef WINDOWSNT
#undef access
#undef unlink
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment