diff options
author | Yao Qi <yao@codesourcery.com> | 2012-07-31 06:16:09 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-07-31 06:16:09 +0000 |
commit | 70976b65519d4f91bb0345335d7419f2f69eec8c (patch) | |
tree | 641d66a4b568e946d4ec5bf7b5786286f76d1c2b /gdb/top.c | |
parent | a8dafa24fbea59c90a3d0cae84f140352784bc4c (diff) | |
download | gdb-70976b65519d4f91bb0345335d7419f2f69eec8c.zip gdb-70976b65519d4f91bb0345335d7419f2f69eec8c.tar.gz gdb-70976b65519d4f91bb0345335d7419f2f69eec8c.tar.bz2 |
gdb/
* go32-nat.c: Declare _initialize_go32_nat.
* ser-go32.c: Declare _initialize_ser_dos.
* top.c (do_chdir_cleanup): Add 'static'.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ read_command_file (FILE *stream) void (*pre_init_ui_hook) (void); #ifdef __MSDOS__ -void +static void do_chdir_cleanup (void *old_dir) { chdir (old_dir); |