diff options
Diffstat (limited to 'src/ascii.h')
-rw-r--r-- | src/ascii.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/ascii.h b/src/ascii.h index b920d41af..5256fc32d 100644 --- a/src/ascii.h +++ b/src/ascii.h @@ -183,11 +183,6 @@ extern char MetaCharTable[]; # define PATHSEP psepc # define PATHSEPSTR pseps #else -# ifdef RISCOS -# define PATHSEP '.' -# define PATHSEPSTR "." -# else -# define PATHSEP '/' -# define PATHSEPSTR "/" -# endif +# define PATHSEP '/' +# define PATHSEPSTR "/" #endif |