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;
#include "nopp.h"
#include <inp_pkg.body>
#include <alloc.h>
#include "dbsymtab.h"
#ifndef NOPP

View file

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