diff options
author | Skip Montanaro <skip@pobox.com> | 2007-08-16 14:35:24 +0000 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2007-08-16 14:35:24 +0000 |
commit | 7a98be2efbdc44a6271e3bf6117a1e6c77828414 (patch) | |
tree | 64b6306494f992605ef5bd854dfc9e4922f8b967 /Include/osdefs.h | |
parent | c5aba174477a4bdbda31d859ce407c6ee7cef293 (diff) | |
download | cpython-git-7a98be2efbdc44a6271e3bf6117a1e6c77828414.tar.gz |
Remove RISCOS support
Diffstat (limited to 'Include/osdefs.h')
-rw-r--r-- | Include/osdefs.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Include/osdefs.h b/Include/osdefs.h index 6937659325..d0305e9c7b 100644 --- a/Include/osdefs.h +++ b/Include/osdefs.h @@ -23,13 +23,6 @@ extern "C" { #endif #endif -#ifdef RISCOS -#define SEP '.' -#define MAXPATHLEN 256 -#define DELIM ',' -#endif - - /* Filename separator */ #ifndef SEP #define SEP '/' |