mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 12:31:32 -08:00
(ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
This commit is contained in:
parent
1e68d471f8
commit
a51092ee07
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2009-02-18 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* m/ibmrs6000.h (ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
|
||||
|
||||
2009-02-18 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* font.c (font_check_otf_features): Fix handling of `nil' element.
|
||||
|
|
|
|||
|
|
@ -81,6 +81,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#define LIBS_MACHINE
|
||||
#endif /* USG5_4 */
|
||||
|
||||
#undef ADDR_CORRECT
|
||||
#define ADDR_CORRECT(x) ((int)(x))
|
||||
|
||||
#define START_FILES
|
||||
/*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/
|
||||
#define BROKEN_FIONREAD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue