From 6a54b501af0633c909c96de867c805222fde970c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 9 Jun 2011 12:08:29 -0700 Subject: [PATCH] Remove obsolete comment about PNTR_COMPARISON_TYPE. --- src/puresize.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/puresize.h b/src/puresize.h index 8024aa95d31..c26c496a757 100644 --- a/src/puresize.h +++ b/src/puresize.h @@ -86,7 +86,6 @@ extern EMACS_INT pure[]; && (PNTR_COMPARISON_TYPE) XPNTR (obj) >= (PNTR_COMPARISON_TYPE) pure) #else /* not VIRT_ADDR_VARIES */ -/* When PNTR_COMPARISON_TYPE is not the default (unsigned int). */ extern char my_edata[]; @@ -94,4 +93,3 @@ extern char my_edata[]; ((PNTR_COMPARISON_TYPE) XPNTR (obj) < (PNTR_COMPARISON_TYPE) my_edata) #endif /* VIRT_ADDRESS_VARIES */ - -- 2.39.2