]> andersk Git - splint.git/blobdiff - src/Headers/constants.h
Fixed problem with NULL being changed.
[splint.git] / src / Headers / constants.h
index 9c0ef2af648484bc4218a83ad37a64523240b0d0..90dd9a356483705100a84d5f852d7084493d4db4 100644 (file)
 /*@constant observer char *PPMRCODE; @*/
 # define PPMRCODE "@@MR@@"  
 
+# ifdef OS2
+/*@constant observer char *DEFAULT_SYSTEMDIR; @*/
+# define DEFAULT_SYSTEMDIR "/os2/"
+# else                            
 /*@constant observer char *DEFAULT_SYSTEMDIR; @*/
 # define DEFAULT_SYSTEMDIR "/usr/"
+# endif
 
 /*@constant char DEFAULT_COMMENTCHAR; @*/
 # define DEFAULT_COMMENTCHAR '@'
This page took 0.57753 seconds and 4 git commands to generate.