summaryrefslogtreecommitdiff
path: root/src/vm-limit.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-10-12 18:55:05 +0000
committerRoland McGrath <roland@gnu.org>1992-10-12 18:55:05 +0000
commite7bab0327d5104de9e757a32019fbd130073099d (patch)
tree74a7ebe62b111fac7a54d2517fe67c26ada3c06b /src/vm-limit.c
parent529a5c793d8ff45ec74a0dc45f0a325d88455e9f (diff)
downloademacs-e7bab0327d5104de9e757a32019fbd130073099d.tar.gz
mem_limits.h is now called mem-limits.h.
Diffstat (limited to 'src/vm-limit.c')
-rw-r--r--src/vm-limit.c6
1 files changed, 3 insertions, 3 deletions
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 @@
/* 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 @@ typedef void *POINTER;
#define EXCEEDS_LISP_PTR(x) 0
#endif
-#include "mem_limits.h"
+#include "mem-limits.h"
/*
Level number of warnings already issued.