Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
441:72a7cfa4a488 | 442:abe6d1db359e |
---|---|
42 currently incomplete in the source files.) | 42 currently incomplete in the source files.) |
43 | 43 |
44 | 44 |
45 2. Storage classes: | 45 2. Storage classes: |
46 | 46 |
47 -- All occurrences of `const' should get replaced by CONST. This | |
48 is to work around a header conflict with X11R4. | |
49 | |
50 -- All occurrences of `register' should be replaced by `REGISTER'. | 47 -- All occurrences of `register' should be replaced by `REGISTER'. |
51 It interferes with backtraces so we disable it if DEBUG_XEMACS | 48 It interferes with backtraces so we disable it if DEBUG_XEMACS |
52 is defined. | 49 is defined. |
53 | 50 |
54 | 51 |