* go32-nat.c: Declare _initialize_go32_nat.
	* ser-go32.c: Declare _initialize_ser_dos.
	* top.c (do_chdir_cleanup): Add 'static'.
This commit is contained in:
Yao Qi 2012-07-31 06:16:09 +00:00
parent a8dafa24fb
commit 70976b6551
4 changed files with 12 additions and 1 deletions

View file

@ -909,6 +909,8 @@ dos_info (char *arg, int from_tty)
#endif
}
/* -Wmissing-prototypes */
extern initialize_file_ftype _initialize_ser_dos;
void
_initialize_ser_dos (void)