Some minor changes: prevent some warnings
This commit is contained in:
parent
861f4afc0c
commit
29f543b603
|
@ -13,6 +13,7 @@ struct file_info finfo;
|
|||
extern int nestlevel;
|
||||
#include "nopp.h"
|
||||
#include <inp_pkg.body>
|
||||
#include <alloc.h>
|
||||
|
||||
#include "dbsymtab.h"
|
||||
#ifndef NOPP
|
||||
|
|
|
@ -182,6 +182,8 @@ check_selector(idf, stp)
|
|||
}
|
||||
}
|
||||
|
||||
char *symbol2str();
|
||||
|
||||
declare_struct(fund, idf, tpp)
|
||||
register struct idf *idf;
|
||||
struct type **tpp;
|
||||
|
@ -192,7 +194,6 @@ declare_struct(fund, idf, tpp)
|
|||
The idf may be missing (i.e. idf == 0), in which case an
|
||||
anonymous struct etc. is defined.
|
||||
*/
|
||||
extern char *symbol2str();
|
||||
register struct tag **tgp;
|
||||
register struct tag *tg;
|
||||
|
||||
|
|
Loading…
Reference in a new issue