summaryrefslogtreecommitdiffstats
path: root/src/ascii.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ascii.h')
-rw-r--r--src/ascii.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/ascii.h b/src/ascii.h
index b920d41afd..5256fc32de 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