wrowe 2002/12/11 23:02:37
Modified: file_io/win32 filepath.c
Log:
Comments for legibility.
Revision Changes Path
1.30 +4 -2 apr/file_io/win32/filepath.c
Index: filepath.c
===================================================================
RCS file: /home/cvs/apr/file_io/win32/filepath.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- filepath.c 26 Nov 2002 22:53:50 -0000 1.29
+++ filepath.c 12 Dec 2002 07:02:36 -0000 1.30
@@ -155,7 +155,8 @@
return APR_EINCOMPLETE;
-#else
+#else /* ndef(NETWARE) */
+
char seperator[2] = { (flags & APR_FILEPATH_NATIVE) ? '\\' : '/', 0};
const char *delim1;
const char *delim2;
@@ -361,7 +362,8 @@
/* Nothing interesting */
return APR_ERELATIVE;
-#endif
+
+#endif /* ndef(NETWARE) */
}