diff options
| author | Dan Nicolaescu | 2008-07-16 07:42:41 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-16 07:42:41 +0000 |
| commit | ff841b30477121505bd4cb5428d882cf8414081f (patch) | |
| tree | cb67f30db3168a54ec6899be2321509b3546e481 /src/lisp.h | |
| parent | 0176a2592bb3a6e3c2d306ed0859c3c2c4c95762 (diff) | |
| download | emacs-ff841b30477121505bd4cb5428d882cf8414081f.tar.gz emacs-ff841b30477121505bd4cb5428d882cf8414081f.zip | |
* m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default.
Remove boilerplate comments.
* lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 366a0be146d..bdf45262ffe 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1660,9 +1660,7 @@ typedef struct { | |||
| 1660 | } while (0) | 1660 | } while (0) |
| 1661 | 1661 | ||
| 1662 | /* Cast pointers to this type to compare them. Some machines want int. */ | 1662 | /* Cast pointers to this type to compare them. Some machines want int. */ |
| 1663 | #ifndef PNTR_COMPARISON_TYPE | ||
| 1664 | #define PNTR_COMPARISON_TYPE EMACS_UINT | 1663 | #define PNTR_COMPARISON_TYPE EMACS_UINT |
| 1665 | #endif | ||
| 1666 | 1664 | ||
| 1667 | /* Define a built-in function for calling from Lisp. | 1665 | /* Define a built-in function for calling from Lisp. |
| 1668 | `lname' should be the name to give the function in Lisp, | 1666 | `lname' should be the name to give the function in Lisp, |