diff options
| author | Paul Eggert | 2011-06-09 12:08:29 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-09 12:08:29 -0700 |
| commit | 6a54b501af0633c909c96de867c805222fde970c (patch) | |
| tree | 06edc3eaca9f9d517a5974f97a52333c7d9ecc54 /src | |
| parent | 55daad71c7427e6ce811fa70f2ccdaf630e235e1 (diff) | |
| download | emacs-6a54b501af0633c909c96de867c805222fde970c.tar.gz emacs-6a54b501af0633c909c96de867c805222fde970c.zip | |
Remove obsolete comment about PNTR_COMPARISON_TYPE.
Diffstat (limited to 'src')
| -rw-r--r-- | src/puresize.h | 2 |
1 files changed, 0 insertions, 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[]; | |||
| 86 | && (PNTR_COMPARISON_TYPE) XPNTR (obj) >= (PNTR_COMPARISON_TYPE) pure) | 86 | && (PNTR_COMPARISON_TYPE) XPNTR (obj) >= (PNTR_COMPARISON_TYPE) pure) |
| 87 | 87 | ||
| 88 | #else /* not VIRT_ADDR_VARIES */ | 88 | #else /* not VIRT_ADDR_VARIES */ |
| 89 | /* When PNTR_COMPARISON_TYPE is not the default (unsigned int). */ | ||
| 90 | 89 | ||
| 91 | extern char my_edata[]; | 90 | extern char my_edata[]; |
| 92 | 91 | ||
| @@ -94,4 +93,3 @@ extern char my_edata[]; | |||
| 94 | ((PNTR_COMPARISON_TYPE) XPNTR (obj) < (PNTR_COMPARISON_TYPE) my_edata) | 93 | ((PNTR_COMPARISON_TYPE) XPNTR (obj) < (PNTR_COMPARISON_TYPE) my_edata) |
| 95 | 94 | ||
| 96 | #endif /* VIRT_ADDRESS_VARIES */ | 95 | #endif /* VIRT_ADDRESS_VARIES */ |
| 97 | |||