carbon2-commit: fix outdated comment
Ben Wing
ben at xemacs.org
Fri Mar 5 12:53:48 EST 2010
changeset: 5144:ebee7d1e58bd
user: Ben Wing <ben at xemacs.org>
date: Wed Mar 03 05:41:44 2010 -0600
files: src/ChangeLog src/lrecord.h
description:
fix outdated comment
-------------------- ChangeLog entries follow: --------------------
src/ChangeLog addition:
2010-03-03 Ben Wing <ben at xemacs.org>
* lrecord.h: Fix outdated comment.
diff -r 33bc58a32dc2 -r ebee7d1e58bd src/ChangeLog
--- a/src/ChangeLog Wed Mar 03 05:19:49 2010 -0600
+++ b/src/ChangeLog Wed Mar 03 05:41:44 2010 -0600
@@ -1,3 +1,7 @@
+2010-03-03 Ben Wing <ben at xemacs.org>
+
+ * lrecord.h: Fix outdated comment.
+
2010-03-03 Ben Wing <ben at xemacs.org>
* emacs.c:
diff -r 33bc58a32dc2 -r ebee7d1e58bd src/lrecord.h
--- a/src/lrecord.h Wed Mar 03 05:19:49 2010 -0600
+++ b/src/lrecord.h Wed Mar 03 05:41:44 2010 -0600
@@ -645,12 +645,10 @@
doesn't care about the dumper flag and makes use of some of the stuff
normally omitted from the "abbreviated" description -- see above.
- A memory_description is an array of values. (This is actually
- misnamed, in that it does not just describe lrecords, but any
- blocks of memory.) The first value of each line is a type, the
- second the offset in the lrecord structure. The third and
- following elements are parameters; their presence, type and number
- is type-dependent.
+ A memory_description is an array of values. The first value of each
+ line is a type, the second the offset in the lrecord structure. The
+ third and following elements are parameters; their presence, type and
+ number is type-dependent.
The description ends with an "XD_END" record.
More information about the XEmacs-Patches
mailing list