diff src/sysfile.h @ 3368:959746c534f6

[xemacs-hg @ 2006-04-29 16:15:21 by aidan] Support builtin functions in find-function.
author aidan
date Sat, 29 Apr 2006 16:15:31 +0000
parents facf3239ba30
children b544987e2eca
line wrap: on
line diff
--- a/src/sysfile.h	Sat Apr 29 14:36:57 2006 +0000
+++ b/src/sysfile.h	Sat Apr 29 16:15:31 2006 +0000
@@ -447,8 +447,6 @@
      separator.
 */
 
-#ifdef emacs
-
 /* We used to put some of this stuff in the s+m files for the various
    types of MS Windows, but that's disingenuous.  The various definitions
    above were specifically created for MS Windows, and the "if not, then
@@ -519,6 +517,12 @@
 
 #endif /* WIN32_ANY */
 
+/* How long can a source filename be in DOC (including "\037S" at the start
+   and "\n" at the end) ? */
+#define DOC_MAX_FILENAME_LENGTH 2048
+
+#ifdef emacs
+
 #if defined (WIN32_NATIVE)
 #define PATHNAME_RESOLVE_LINKS(path, pathout)		\
 do							\