X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/fd0654667e6844ad235e5c2647960f778ce724c7..6f96f4c9e7c8f25e7cc517b561ac741ba6f31018:/src/vm-limit.c diff --git a/src/vm-limit.c b/src/vm-limit.c index c3bd98d67d..b23beeb26e 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c @@ -15,10 +15,11 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, Inc., 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ #ifdef emacs -#include "config.h" +#include #include "lisp.h" #endif @@ -49,10 +50,11 @@ static void (*warn_function) (); static void check_memory_limits () { - POINTER result; + extern POINTER (*__morecore) (); + register POINTER cp; - int five_percent; - int data_size; + unsigned long five_percent; + unsigned long data_size; if (lim_data == 0) get_lim_data ();