From e91b87a36830d061ef87d67be5f309e4d4ed918f Mon Sep 17 00:00:00 2001 From: "gdb-3.1" Date: Tue, 31 Jan 1989 17:56:40 +0000 Subject: gdb-3.1 --- gdb/standalone.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gdb/standalone.c') diff --git a/gdb/standalone.c b/gdb/standalone.c index 45cca6a..eb456ff 100644 --- a/gdb/standalone.c +++ b/gdb/standalone.c @@ -31,14 +31,12 @@ anyone else from sharing it farther. Help stamp out software hoarding! #endif /* SIGTSTP and SIGIO defined (must be 4.2) */ #include "defs.h" -#include "initialize.h" #include "param.h" #include "symtab.h" #include "frame.h" #include "inferior.h" #include "wait.h" -START_FILE /* Random system calls, mostly no-ops to prevent link problems */ @@ -582,8 +580,7 @@ char heap[HEAP_SIZE] = {0}; int kdb_stack_beg[STACK_SIZE / sizeof (int)]; int kdb_stack_end; -static -initialize () +_initialize_standalone () { register char *next; @@ -603,4 +600,3 @@ initialize () memory_limit = heap + sizeof heap; } -END_FILE -- cgit v1.1