Mercurial > emacs
changeset 1398:70d0cd4c5bff
mem_limits.h is now called mem-limits.h.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Mon, 12 Oct 1992 18:55:05 +0000 |
parents | d469afe703c4 |
children | dbb56cda0b28 |
files | src/ralloc.c src/vm-limit.c |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ralloc.c Mon Oct 12 17:18:22 1992 +0000 +++ b/src/ralloc.c Mon Oct 12 18:55:05 1992 +0000 @@ -42,7 +42,7 @@ #endif #undef NULL -#include "mem_limits.h" +#include "mem-limits.h" #include "getpagesize.h" #define NIL ((POINTER) 0)
--- a/src/vm-limit.c Mon Oct 12 17:18:22 1992 +0000 +++ b/src/vm-limit.c Mon Oct 12 18:55:05 1992 +0000 @@ -1,11 +1,11 @@ /* Functions for memory limit warnings. - Copyright (C) 1990 Free Software Foundation, Inc. + Copyright (C) 1990, 1992 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, @@ -29,7 +29,7 @@ #define EXCEEDS_LISP_PTR(x) 0 #endif -#include "mem_limits.h" +#include "mem-limits.h" /* Level number of warnings already issued.