Mercurial > hg > xemacs-beta
diff src/README @ 442:abe6d1db359e r21-2-36
Import from CVS: tag r21-2-36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:35:02 +0200 |
parents | 3ecd8885ac67 |
children | 304aebb79cd3 |
line wrap: on
line diff
--- a/src/README Mon Aug 13 11:33:40 2007 +0200 +++ b/src/README Mon Aug 13 11:35:02 2007 +0200 @@ -44,9 +44,6 @@ 2. Storage classes: - -- All occurrences of `const' should get replaced by CONST. This - is to work around a header conflict with X11R4. - -- All occurrences of `register' should be replaced by `REGISTER'. It interferes with backtraces so we disable it if DEBUG_XEMACS is defined.