]> andersk Git - splint.git/blobdiff - src/Headers/portab.h
*** empty log message ***
[splint.git] / src / Headers / portab.h
index b1a486d01c8102217654223fe39224d24186c0b7..0422145c080a7cc391acf4beca6ba36b37fddc01 100644 (file)
@@ -14,8 +14,8 @@
 # define S_IFMT (unsigned short)0xFFFF
 # endif
 
-/*@constant observer char *INCLUDE_VAR@*/
-# define INCLUDE_VAR    "include"
+/*@constant observer cstring INCLUDEPATH_VAR@*/
+# define INCLUDEPATH_VAR    cstring_makeLiteralTemp ("CPATH")
 
 #if defined (VMS)
 /* Connection string inserted between directory and filename to make a  */
@@ -26,8 +26,8 @@
 
 
 /* Directory separator character for search list. */
-/*@constant static char SEPCHAR; @*/
-# define SEPCHAR ':'
+/*@constant static char PATH_SEPARATOR; @*/
+# define PATH_SEPARATOR ':'
 
 # elif defined(MSDOS) || defined(OS2) || defined(WIN32)
 
@@ -47,8 +47,8 @@
 
 /* Directory separator character for search list. */
 
-/*@constant char SEPCHAR; @*/
-# define SEPCHAR ';'
+/*@constant char PATH_SEPARATOR; @*/
+# define PATH_SEPARATOR ';'
 
 #else
 /* Connection string inserted between directory and filename to make a  */
@@ -61,8 +61,8 @@
 # define CONNECTCHAR   '/'
 
 /* Directory separator character for search list. */
-/*@constant char SEPCHAR; @*/
-# define SEPCHAR ':'
+/*@constant char PATH_SEPARATOR; @*/
+# define PATH_SEPARATOR ':'
 
 #endif
 
This page took 0.25609 seconds and 4 git commands to generate.