]> code.delx.au - gnu-emacs/blobdiff - src/m/amdx86-64.h
Replace pEd with more-general pI, and fix some printf arg casts.
[gnu-emacs] / src / m / amdx86-64.h
index dbca9b5b8381f7a2907ce77c19038789e2635ad5..50fcf8e78729e416d9859bd13deccdc128e389cc 100644 (file)
@@ -28,7 +28,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Define the type to use.  */
 #define EMACS_INT               long
-#define pEd                    "ld"
+#define pI                     "l"
 #define EMACS_UINT              unsigned long
 
 /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */