diff options
Diffstat (limited to 'src/m/ia64.h')
-rw-r--r-- | src/m/ia64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/ia64.h b/src/m/ia64.h index a1374d7c224..7a8866a9503 100644 --- a/src/m/ia64.h +++ b/src/m/ia64.h @@ -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 #ifdef REL_ALLOC |