* heap.cc: Remove spurious getpagesize declaration.

* exceptions.cc (ctrl_c_handler): Distinguish CTRL-BREAK from CTRL-C in some
cases.
This commit is contained in:
Christopher Faylor
2005-11-25 19:53:52 +00:00
parent 24fb449f37
commit 2cf13b63be
3 changed files with 15 additions and 3 deletions

View File

@@ -26,8 +26,6 @@ details. */
static unsigned page_const;
extern "C" size_t getpagesize ();
#define MINHEAP_SIZE (4 * 1024 * 1024)
/* Initialize the heap at process start up. */