forked from Imagelibrary/binutils-gdb
gdb-2.8.1
This commit is contained in:
@@ -26,7 +26,6 @@ anyone else from sharing it farther. Help stamp out software hoarding!
|
||||
extern char *savestring ();
|
||||
extern char *concat ();
|
||||
extern char *xmalloc (), *xrealloc ();
|
||||
extern char *alloca ();
|
||||
extern int parse_escape ();
|
||||
extern char *reg_names[];
|
||||
|
||||
@@ -78,3 +77,7 @@ struct command_line *read_command_lines ();
|
||||
/* String containing the current directory (what getwd would return). */
|
||||
|
||||
char *current_directory;
|
||||
|
||||
#ifdef sparc
|
||||
#include <alloca.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user