comparison src/puresize.h @ 66579:621fdbc28285

* loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so that global-font-lock-mode can be enabled by default. * font-lock.el (font-lock-keywords, font-lock-mode-internal) (font-lock-add-keywords, font-lock-remove-keywords) (font-lock-fontify-buffer): Remove autoload cookies. * jit-lock.el (jit-lock-register): Likewise. * emacs-lisp/syntax.el (syntax-ppss): Likewise. * puresize.h (BASE_PURESIZE): Increment to 1170000.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 31 Oct 2005 16:41:15 +0000
parents d61d223b2357
children 001a781c565e 693e794b57bf
comparison
equal deleted inserted replaced
66578:ed2aec2424ae 66579:621fdbc28285
40 #ifndef SITELOAD_PURESIZE_EXTRA 40 #ifndef SITELOAD_PURESIZE_EXTRA
41 #define SITELOAD_PURESIZE_EXTRA 0 41 #define SITELOAD_PURESIZE_EXTRA 0
42 #endif 42 #endif
43 43
44 #ifndef BASE_PURESIZE 44 #ifndef BASE_PURESIZE
45 #define BASE_PURESIZE (1130000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA) 45 #define BASE_PURESIZE (1170000 + SYSTEM_PURESIZE_EXTRA + SITELOAD_PURESIZE_EXTRA)
46 #endif 46 #endif
47 47
48 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */ 48 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size. */
49 #ifndef PURESIZE_RATIO 49 #ifndef PURESIZE_RATIO
50 #if BITS_PER_EMACS_INT > 32 50 #if BITS_PER_EMACS_INT > 32