diff options
author | Chris Watkins <chris.watkins88@gmail.com> | 2014-04-22 22:49:52 -0700 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-28 07:43:57 -0300 |
commit | 9da32a1f78fe075663466ac1349cb1495420591f (patch) | |
tree | 2b41897e8d906d1061b84ecf3dbe6b35926ec55c /src/ascii.h | |
parent | 4e1b364a3e255742522d4d76c5ccddd7a36c1769 (diff) | |
download | rneovim-9da32a1f78fe075663466ac1349cb1495420591f.tar.gz rneovim-9da32a1f78fe075663466ac1349cb1495420591f.tar.bz2 rneovim-9da32a1f78fe075663466ac1349cb1495420591f.zip |
Remove code and checks for unsupported systems.
Remove remnants of support for systems including
__EMX__, MSDOS, OS2, AMIGA and MORPHOS.
Diffstat (limited to 'src/ascii.h')
-rw-r--r-- | src/ascii.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ascii.h b/src/ascii.h index 2915f47aae..cf488c56a7 100644 --- a/src/ascii.h +++ b/src/ascii.h @@ -85,9 +85,6 @@ /* * Character that separates dir names in a path. - * For MS-DOS, WIN32 and OS/2 we use a backslash. A slash mostly works - * fine, but there are places where it doesn't (e.g. in a command name). - * For Acorn we use a dot. */ #ifdef BACKSLASH_IN_FILENAME # define PATHSEP psepc |