]> code.delx.au - gnu-emacs/blobdiff - src/puresize.h
Remove src/m/*.
[gnu-emacs] / src / puresize.h
index e854dc585e8a6305a65dc801d6a2ccb7c4517fa1..185d2a76ae032aeb841d6fa26f70269c17560cb3 100644 (file)
@@ -45,7 +45,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 /* Increase BASE_PURESIZE by a ratio depending on the machine's word size.  */
 #ifndef PURESIZE_RATIO
-#if BITS_PER_EMACS_INT > 32
+#if EMACS_INT_MAX >> 31 != 0
 #define PURESIZE_RATIO 10/6    /* Don't surround with `()'. */
 #else
 #define PURESIZE_RATIO 1