X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fm%2Fnext.h;h=b94c65927c535c8aba8fae777c758fc52d864aa5;hb=2bf45e07013c281a55bc509b24f5e83568f3d0fd;hp=f2d51b4f131812ddecd1919346b709e36bd43795;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 diff --git a/src/m/next.h b/src/m/next.h index f2d51b4..b94c659 100644 --- a/src/m/next.h +++ b/src/m/next.h @@ -26,15 +26,6 @@ Boston, MA 02111-1307, USA. */ #define NeXT #endif -/* Define how to take a char and sign-extend into an int. - On machines where char is signed, this is a no-op. */ - -#define SIGN_EXTEND_CHAR(c) (c) - -/* XINT must explicitly sign-extend */ - -#define EXPLICIT_SIGN_EXTEND - /* Say that the text segment of a.out includes the header; the header actually occupies the first few bytes of the text segment and is counted in hdr.a_text. */