]> code.delx.au - gnu-emacs/blobdiff - src/vm-limit.c
(Fdocumentation, Fdocumentation_property, Fsubstitute_command_keys):
[gnu-emacs] / src / vm-limit.c
index 711b4a74b186266a05d0ac4ef0a0e91a776768df..0e294413461bd5b9eadc30e5f223b12241546c5a 100644 (file)
@@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #ifdef emacs
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #endif
 
@@ -52,8 +52,8 @@ check_memory_limits ()
   extern POINTER (*__morecore) ();
 
   register POINTER cp;
-  int five_percent;
-  int data_size;
+  unsigned long five_percent;
+  unsigned long data_size;
 
   if (lim_data == 0)
     get_lim_data ();