(main) [USE_LSB_TAG]: Don't range check the ram.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Jan 2004 04:02:39 +0000 (04:02 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 21 Jan 2004 04:02:39 +0000 (04:02 +0000)
src/macterm.c

index 69c1840..8905df7 100644 (file)
@@ -7465,7 +7465,9 @@ main (void)
 
   do_get_menus ();
 
+#ifndef USE_LSB_TAG
   do_check_ram_size ();
+#endif
 
   init_emacs_passwd_dir ();