]> code.delx.au - gnu-emacs/blobdiff - src/m/ibms390x.h
* configure.in: Remove reference to src/m/ibms390.h.
[gnu-emacs] / src / m / ibms390x.h
index d4ef5c291efb84f1b62a31382e6c2ed0645d09ca..5ea7974b0525ac5fe4a2910defee9db18b8661f1 100644 (file)
@@ -17,13 +17,12 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "ibms390.h"
-
 #define BITS_PER_LONG 64
 #define BITS_PER_EMACS_INT 64
 
 /* Define the type to use.  */
 #define EMACS_INT long
+#define pI "l"
 #define EMACS_UINT unsigned long
 
 /* On the 64 bit architecture, we can use 60 bits for addresses */
@@ -31,4 +30,3 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */
 #define XPNTR(a) XUINT (a)
-