Some minor changes: prevent some warnings

This commit is contained in:
ceriel 1993-10-07 14:07:42 +00:00
parent 861f4afc0c
commit 29f543b603
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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;