diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-17 11:20:25 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-05 10:01:21 -0300 |
commit | 8a0043130fed84f67c83451e675d08617216c6eb (patch) | |
tree | 0a7be28ab310891692feb2eec839a5ee06a0eccf /src/memline.c | |
parent | 2fe018ab888010335ad8fc041522e2aff66c67a1 (diff) | |
download | rneovim-8a0043130fed84f67c83451e675d08617216c6eb.tar.gz rneovim-8a0043130fed84f67c83451e675d08617216c6eb.tar.bz2 rneovim-8a0043130fed84f67c83451e675d08617216c6eb.zip |
Remove Amiga stuff
Diffstat (limited to 'src/memline.c')
-rw-r--r-- | src/memline.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/memline.c b/src/memline.c index 737e8e6a02..36168fac5e 100644 --- a/src/memline.c +++ b/src/memline.c @@ -75,10 +75,6 @@ # include <time.h> #endif -#if defined(SASC) || defined(__amigaos4__) -# include <proto/dos.h> /* for Open() and Close() */ -#endif - typedef struct block0 ZERO_BL; /* contents of the first block */ typedef struct pointer_block PTR_BL; /* contents of a pointer block */ typedef struct data_block DATA_BL; /* contents of a data block */ |