Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2661:e22219e8a827 | 2662:5d63eacf17f1 |
---|---|
7316 performance is an issue, use @code{type_checking_assert}, | 7316 performance is an issue, use @code{type_checking_assert}, |
7317 @code{bufpos_checking_assert}, and @code{gc_checking_assert}, which do | 7317 @code{bufpos_checking_assert}, and @code{gc_checking_assert}, which do |
7318 nothing unless the corresponding configure error checking flag was | 7318 nothing unless the corresponding configure error checking flag was |
7319 specified. | 7319 specified. |
7320 | 7320 |
7321 Note that in some cases @samp{assert}s will expand to nothing in a | |
7322 context where that produces an empty statement. Some compilers will | |
7323 warn about this. | |
7324 | |
7321 @node Allocation of Objects in XEmacs Lisp, The Lisp Reader and Compiler, How Lisp Objects Are Represented in C, Top | 7325 @node Allocation of Objects in XEmacs Lisp, The Lisp Reader and Compiler, How Lisp Objects Are Represented in C, Top |
7322 @chapter Allocation of Objects in XEmacs Lisp | 7326 @chapter Allocation of Objects in XEmacs Lisp |
7323 @cindex allocation of objects in XEmacs Lisp | 7327 @cindex allocation of objects in XEmacs Lisp |
7324 @cindex objects in XEmacs Lisp, allocation of | 7328 @cindex objects in XEmacs Lisp, allocation of |
7325 @cindex Lisp objects, allocation of in XEmacs | 7329 @cindex Lisp objects, allocation of in XEmacs |