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;
|
extern int nestlevel;
|
||||||
#include "nopp.h"
|
#include "nopp.h"
|
||||||
#include <inp_pkg.body>
|
#include <inp_pkg.body>
|
||||||
|
#include <alloc.h>
|
||||||
|
|
||||||
#include "dbsymtab.h"
|
#include "dbsymtab.h"
|
||||||
#ifndef NOPP
|
#ifndef NOPP
|
||||||
|
|
|
@ -182,6 +182,8 @@ check_selector(idf, stp)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
char *symbol2str();
|
||||||
|
|
||||||
declare_struct(fund, idf, tpp)
|
declare_struct(fund, idf, tpp)
|
||||||
register struct idf *idf;
|
register struct idf *idf;
|
||||||
struct type **tpp;
|
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
|
The idf may be missing (i.e. idf == 0), in which case an
|
||||||
anonymous struct etc. is defined.
|
anonymous struct etc. is defined.
|
||||||
*/
|
*/
|
||||||
extern char *symbol2str();
|
|
||||||
register struct tag **tgp;
|
register struct tag **tgp;
|
||||||
register struct tag *tg;
|
register struct tag *tg;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue