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

From-SVN: r30186
This commit is contained in:
Jeff Law 1999-10-26 00:59:43 -06:00
parent 3306eb80e9
commit 608b12276c
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ Boston, MA 02111-1307, USA. */
#include "intl.h"
#ifndef DIR_SEPARATOR
# define DIR_SEPARATOR '/'
# define IS_DIR_SEPARATOR(ch) ((ch) == '/')
#else /* DIR_SEPARATOR */
# ifndef DIR_SEPARATOR_2