diff man/internals/internals.texi @ 2662:5d63eacf17f1

[xemacs-hg @ 2005-03-14 03:03:11 by stephent] document assert -> empty statement <873buzexqp.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 14 Mar 2005 03:03:18 +0000
parents 89e2f8e3f660
children bac3173b2665
line wrap: on
line diff
--- a/man/internals/internals.texi	Mon Mar 14 02:42:59 2005 +0000
+++ b/man/internals/internals.texi	Mon Mar 14 03:03:18 2005 +0000
@@ -7318,6 +7318,10 @@
 nothing unless the corresponding configure error checking flag was
 specified.
 
+Note that in some cases @samp{assert}s will expand to nothing in a
+context where that produces an empty statement.  Some compilers will
+warn about this.
+
 @node Allocation of Objects in XEmacs Lisp, The Lisp Reader and Compiler, How Lisp Objects Are Represented in C, Top
 @chapter Allocation of Objects in XEmacs Lisp
 @cindex allocation of objects in XEmacs Lisp