]> code.delx.au - gnu-emacs/blobdiff - src/m/amdx86-64.h
Fix bug #9392 with rmail-forward.
[gnu-emacs] / src / m / amdx86-64.h
index 441f41b4444bbabc9cebb67ea232364451ec0829..50fcf8e78729e416d9859bd13deccdc128e389cc 100644 (file)
@@ -28,6 +28,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Define the type to use.  */
 #define EMACS_INT               long
+#define pI                     "l"
 #define EMACS_UINT              unsigned long
 
 /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */