Commit 608b1227 by Jeff Law

Also make sure to define DIR_SEPARATOR if it wasn't previously defined.

From-SVN: r30186
parent 3306eb80
...@@ -50,6 +50,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -50,6 +50,7 @@ Boston, MA 02111-1307, USA. */
#include "intl.h" #include "intl.h"
#ifndef DIR_SEPARATOR #ifndef DIR_SEPARATOR
# define DIR_SEPARATOR '/'
# define IS_DIR_SEPARATOR(ch) ((ch) == '/') # define IS_DIR_SEPARATOR(ch) ((ch) == '/')
#else /* DIR_SEPARATOR */ #else /* DIR_SEPARATOR */
# ifndef DIR_SEPARATOR_2 # ifndef DIR_SEPARATOR_2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment