diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-08-19 17:46:15 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-08-19 17:46:15 +0000 |
commit | a8c1733b16cc8e11be6954c061670883724d7dbd (patch) | |
tree | 920200f332c83d7d99d1181b4569358bba813087 /src/mem-limits.h | |
parent | 100c44b777ec06973206802d2b89dee12c2c6b28 (diff) | |
download | emacs-a8c1733b16cc8e11be6954c061670883724d7dbd.tar.gz |
[MSDOS]: Declare etext.
Diffstat (limited to 'src/mem-limits.h')
-rw-r--r-- | src/mem-limits.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem-limits.h b/src/mem-limits.h index 4a8771cf42e..67835770742 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h @@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */ #ifdef MSDOS #include <dpmi.h> +extern int etext; #endif /* Some systems need this before <sys/resource.h>. */ |