diff options
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/amdx86-64.h | 2 | ||||
| -rw-r--r-- | src/m/ia64.h | 2 | ||||
| -rw-r--r-- | src/m/ibms390x.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/m/amdx86-64.h b/src/m/amdx86-64.h index dbca9b5b838..50fcf8e7872 100644 --- a/src/m/amdx86-64.h +++ b/src/m/amdx86-64.h | |||
| @@ -28,7 +28,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 28 | 28 | ||
| 29 | /* Define the type to use. */ | 29 | /* Define the type to use. */ |
| 30 | #define EMACS_INT long | 30 | #define EMACS_INT long |
| 31 | #define pEd "ld" | 31 | #define pI "l" |
| 32 | #define EMACS_UINT unsigned long | 32 | #define EMACS_UINT unsigned long |
| 33 | 33 | ||
| 34 | /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ | 34 | /* Define XPNTR to avoid or'ing with DATA_SEG_BITS */ |
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/>. */ | |||
| 28 | 28 | ||
| 29 | /* Define the type to use. */ | 29 | /* Define the type to use. */ |
| 30 | #define EMACS_INT long | 30 | #define EMACS_INT long |
| 31 | #define pEd "ld" | 31 | #define pI "l" |
| 32 | #define EMACS_UINT unsigned long | 32 | #define EMACS_UINT unsigned long |
| 33 | 33 | ||
| 34 | #ifdef REL_ALLOC | 34 | #ifdef REL_ALLOC |
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h index 14228b61e56..04092d6e1ac 100644 --- a/src/m/ibms390x.h +++ b/src/m/ibms390x.h | |||
| @@ -24,7 +24,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 24 | 24 | ||
| 25 | /* Define the type to use. */ | 25 | /* Define the type to use. */ |
| 26 | #define EMACS_INT long | 26 | #define EMACS_INT long |
| 27 | #define pEd "ld" | 27 | #define pI "l" |
| 28 | #define EMACS_UINT unsigned long | 28 | #define EMACS_UINT unsigned long |
| 29 | 29 | ||
| 30 | /* On the 64 bit architecture, we can use 60 bits for addresses */ | 30 | /* On the 64 bit architecture, we can use 60 bits for addresses */ |