aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-07-16 07:42:41 +0000
committerDan Nicolaescu <[email protected]>2008-07-16 07:42:41 +0000
commitff841b30477121505bd4cb5428d882cf8414081f (patch)
treecb67f30db3168a54ec6899be2321509b3546e481 /src/lisp.h
parent0176a2592bb3a6e3c2d306ed0859c3c2c4c95762 (diff)
* 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 366a0be146..bdf45262ff 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1660,9 +1660,7 @@ typedef struct {
} while (0)
/* Cast pointers to this type to compare them. Some machines want int. */
-#ifndef PNTR_COMPARISON_TYPE
#define PNTR_COMPARISON_TYPE EMACS_UINT
-#endif
/* Define a built-in function for calling from Lisp.
`lname' should be the name to give the function in Lisp,