aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index dd907ab76fb..3ba95c1ff61 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -38,8 +38,9 @@ interpreter or modules that it uses. If your platform supports it you
38can enable it when configuring, e.g., './configure CFLAGS="-g3 -O2 38can enable it when configuring, e.g., './configure CFLAGS="-g3 -O2
39-mmpx -fcheck-pointer-bounds"' on Intel MPX platforms. 39-mmpx -fcheck-pointer-bounds"' on Intel MPX platforms.
40 40
41** Emacs now normally uses a pointer type instead of an integer type 41** Emacs now normally uses a C pointer type instead of a C integer
42for the fundamental word in the Emacs Lisp interpreter, to help 42type to implement Lisp_Object, which is the fundamental machine word
43type internal to the Emacs Lisp interpreter. This change aims to
43catch typos and support -fcheck-pointer-bounds. The 'configure' 44catch typos and support -fcheck-pointer-bounds. The 'configure'
44option --enable-check-lisp-object-type is therefore no longer as 45option --enable-check-lisp-object-type is therefore no longer as
45useful and so is no longer enabled by default in developer builds, 46useful and so is no longer enabled by default in developer builds,