Remove typeinfo_t::type.

This commit is contained in:
David Anderson
2014-07-02 23:17:30 -07:00
parent 153bbba641
commit 86cd906371
3 changed files with 25 additions and 13 deletions
+1 -2
View File
@@ -267,8 +267,6 @@ typedef struct svalue_s {
#define TYPEMASK_NAMED_DECL (TYPEFLAG_ARGUMENT | TYPEFLAG_VARIABLE)
typedef struct {
char type[sNAMEMAX + 1];
// Array information.
int numdim;
int dim[sDIMEN_MAX];
@@ -540,6 +538,7 @@ constvalue *pc_tagptr(const char *name);
int pc_enablewarning(int number,int enable);
const char *pc_tagname(int tag);
int parse_decl(declinfo_t *decl, int flags);
const char *type_to_name(int tag);
/*
* Functions called from the compiler (to be implemented by you)