diff options
| author | Paul Eggert | 2011-06-13 21:49:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-13 21:49:24 -0700 |
| commit | d96be9fc873bfb4ff7d144c95c577537038e5e26 (patch) | |
| tree | 4e688c74caa756126b557b201f9aa7bc72980e9e /src/mem-limits.h | |
| parent | 3c3a05dfb70656c56f60666a8c32a28d85f072fb (diff) | |
| download | emacs-d96be9fc873bfb4ff7d144c95c577537038e5e26.tar.gz emacs-d96be9fc873bfb4ff7d144c95c577537038e5e26.zip | |
* 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; | |||
| 33 | # endif | 33 | # endif |
| 34 | #endif | 34 | #endif |
| 35 | 35 | ||
| 36 | typedef unsigned long SIZE; | ||
| 37 | |||
| 38 | extern char *start_of_data (void); | 36 | extern char *start_of_data (void); |
| 39 | #if defined USE_LSB_TAG | 37 | #if defined USE_LSB_TAG |
| 40 | #define EXCEEDS_LISP_PTR(ptr) 0 | 38 | #define EXCEEDS_LISP_PTR(ptr) 0 |