Mercurial > hg > xemacs-beta
comparison src/sysfile.h @ 4959:bd169a24a554
merge
| author | Ben Wing <ben@xemacs.org> |
|---|---|
| date | Thu, 28 Jan 2010 04:27:30 -0600 |
| parents | 19a72041c5ed |
| children | 4aebb0131297 |
comparison
equal
deleted
inserted
replaced
| 4893:99f2102552d7 | 4959:bd169a24a554 |
|---|---|
| 495 | 495 |
| 496 return XCHAR (Vdirectory_sep_char); | 496 return XCHAR (Vdirectory_sep_char); |
| 497 } | 497 } |
| 498 #define DIRECTORY_SEP sysfile_get_directory_sep() | 498 #define DIRECTORY_SEP sysfile_get_directory_sep() |
| 499 | 499 |
| 500 #define DEFAULT_DIRECTORY_FALLBACK ((const CIbyte *)"C:\\") | 500 #define DEFAULT_DIRECTORY_FALLBACK "C:\\" |
| 501 | 501 |
| 502 #else /* not emacs */ | 502 #else /* not emacs */ |
| 503 | 503 |
| 504 /* The above Lisp variables are not available to make-docfile, etc. */ | 504 /* The above Lisp variables are not available to make-docfile, etc. */ |
| 505 #define DIRECTORY_SEP DEFAULT_DIRECTORY_SEP | 505 #define DIRECTORY_SEP DEFAULT_DIRECTORY_SEP |
| 509 #else /* not WIN32_NATIVE */ | 509 #else /* not WIN32_NATIVE */ |
| 510 | 510 |
| 511 #define SEPCHAR ':' | 511 #define SEPCHAR ':' |
| 512 #define DEFAULT_DIRECTORY_SEP '/' | 512 #define DEFAULT_DIRECTORY_SEP '/' |
| 513 #define DIRECTORY_SEP '/' | 513 #define DIRECTORY_SEP '/' |
| 514 #define DEFAULT_DIRECTORY_FALLBACK ((const CIbyte *)"/") | 514 #define DEFAULT_DIRECTORY_FALLBACK "/" |
| 515 | 515 |
| 516 #endif /* WIN32_NATIVE */ | 516 #endif /* WIN32_NATIVE */ |
| 517 | 517 |
| 518 | 518 |
| 519 #ifdef WIN32_ANY | 519 #ifdef WIN32_ANY |
