diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ralloc.c | 2 | ||||
| -rw-r--r-- | src/vm-limit.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index 3f65c063850..5131402bdf2 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -42,7 +42,7 @@ typedef void *POINTER; | |||
| 42 | #endif | 42 | #endif |
| 43 | 43 | ||
| 44 | #undef NULL | 44 | #undef NULL |
| 45 | #include "mem_limits.h" | 45 | #include "mem-limits.h" |
| 46 | #include "getpagesize.h" | 46 | #include "getpagesize.h" |
| 47 | 47 | ||
| 48 | #define NIL ((POINTER) 0) | 48 | #define NIL ((POINTER) 0) |
diff --git a/src/vm-limit.c b/src/vm-limit.c index 91a18f6f61c..5a20d4cd6fd 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | /* Functions for memory limit warnings. | 1 | /* Functions for memory limit warnings. |
| 2 | Copyright (C) 1990 Free Software Foundation, Inc. | 2 | Copyright (C) 1990, 1992 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| 6 | GNU Emacs is free software; you can redistribute it and/or modify | 6 | GNU Emacs is free software; you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
| 8 | the Free Software Foundation; either version 1, or (at your option) | 8 | the Free Software Foundation; either version 2, or (at your option) |
| 9 | any later version. | 9 | any later version. |
| 10 | 10 | ||
| 11 | GNU Emacs is distributed in the hope that it will be useful, | 11 | GNU Emacs is distributed in the hope that it will be useful, |
| @@ -29,7 +29,7 @@ typedef void *POINTER; | |||
| 29 | #define EXCEEDS_LISP_PTR(x) 0 | 29 | #define EXCEEDS_LISP_PTR(x) 0 |
| 30 | #endif | 30 | #endif |
| 31 | 31 | ||
| 32 | #include "mem_limits.h" | 32 | #include "mem-limits.h" |
| 33 | 33 | ||
| 34 | /* | 34 | /* |
| 35 | Level number of warnings already issued. | 35 | Level number of warnings already issued. |