X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/3affe22ddf92734868cf2ccd66c43c912f50d8e4..a47b7816d69f25f429ba57f48e2262b4c5adc166:/src/puresize.h diff --git a/src/puresize.h b/src/puresize.h index bbee74f5e0..2f1502dd13 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -42,7 +42,7 @@ Boston, MA 02111-1307, USA. */ #endif #ifndef BASE_PURESIZE -#define BASE_PURESIZE (410000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) +#define BASE_PURESIZE (720000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) #endif /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ @@ -63,6 +63,8 @@ Boston, MA 02111-1307, USA. */ #define CHECK_IMPURE(obj) \ { if (PURE_P (obj)) \ pure_write_error (); } + +extern void pure_write_error P_ ((void)); /* Define PURE_P. */ @@ -94,4 +96,3 @@ extern char my_edata[]; #endif /* PNTR_COMPARISON_TYPE */ #endif /* VIRT_ADDRESS_VARIES */ -