diff man/internals/internals.texi @ 2069:97a3d9ad40e2

[xemacs-hg @ 2004-05-10 07:18:54 by stephent] tweak internals.texi <87vfj43g4j.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Mon, 10 May 2004 07:18:58 +0000
parents 2ba4f06a264d
children c91543697b09
line wrap: on
line diff
--- a/man/internals/internals.texi	Mon May 10 07:04:34 2004 +0000
+++ b/man/internals/internals.texi	Mon May 10 07:18:58 2004 +0000
@@ -2512,10 +2512,7 @@
 the internal structures developed for Lisp objects (the @samp{lrecord}
 structure) in order to take advantage of Lisp memory management.
 Unfortunately, XEmacs was originally written in C, so these techniques
-are based on heavy use of C macros.  Since XEmacs has been rewritten in
-``Clean C,'' @emph{i.e.}, it compiles under both C and C++, it should be
-possible to migrate to C++.  It is hoped this documentation will help
-encourage this process.
+are based on heavy use of C macros.
 
 @c You can't use @var{} for type below, because case is important.
 A module defining a class is likely to use most of the following