diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-13 21:49:24 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-06-13 21:49:24 -0700 |
commit | d96be9fc873bfb4ff7d144c95c577537038e5e26 (patch) | |
tree | 4e688c74caa756126b557b201f9aa7bc72980e9e /src/mem-limits.h | |
parent | 3c3a05dfb70656c56f60666a8c32a28d85f072fb (diff) | |
download | emacs-d96be9fc873bfb4ff7d144c95c577537038e5e26.tar.gz |
* vm-limit.c (check_memory_limits): Fix incorrect extern function decls.
* mem-limits.h (SIZE): Remove; no longer used.
Diffstat (limited to 'src/mem-limits.h')
-rw-r--r-- | src/mem-limits.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mem-limits.h b/src/mem-limits.h index aa3a13c1c34..86b2f44846d 100644 --- a/src/mem-limits.h +++ b/src/mem-limits.h @@ -33,8 +33,6 @@ extern int etext; # endif #endif -typedef unsigned long SIZE; - extern char *start_of_data (void); #if defined USE_LSB_TAG #define EXCEEDS_LISP_PTR(ptr) 0 |