]> git.eshelyaron.com Git - emacs.git/commitdiff
(ADDR_CORRECT): Restore, removed by mistake on 2008-07-23.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 18 Feb 2009 08:31:09 +0000 (08:31 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 18 Feb 2009 08:31:09 +0000 (08:31 +0000)
src/ChangeLog
src/m/ibmrs6000.h

index 974fb70c9e8ab370c2cc38d8d8a7a342aaa53560..b9708132984569408d43f57283991f67df36aa71 100644 (file)
@@ -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.
index b7ef2e598b64f5b429302608df9d1da61df47dab..500b4c517842ce5a3e45379118531d9e7961200f 100644 (file)
@@ -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