diff options
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h index 695141321c9..dcd1167e0a2 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1877,9 +1877,6 @@ typedef struct { CHECK_NATNUM (tmp); \ XSETCDR ((x), tmp); \ } while (0) - -/* Cast pointers to this type to compare them. */ -#define PNTR_COMPARISON_TYPE uintptr_t /* Define a built-in function for calling from Lisp. `lname' should be the name to give the function in Lisp, |