*taniwha mops up the last drops of blood from extern

This commit is contained in:
Bill Currie 2001-10-28 04:38:24 +00:00
parent 3f45a8305c
commit ccfe82cda4
3 changed files with 2 additions and 2 deletions

View file

@ -185,6 +185,7 @@ typedef struct
} opcode_t; } opcode_t;
extern opcode_t pr_opcodes[]; extern opcode_t pr_opcodes[];
extern const char *type_name[ev_type_count];
opcode_t *PR_Opcode (short opcode); opcode_t *PR_Opcode (short opcode);
void PR_Opcode_Init (void); void PR_Opcode_Init (void);

View file

@ -67,7 +67,7 @@ int type_size[8] = {
sizeof (void *) / 4 sizeof (void *) / 4
}; };
char *type_name[ev_type_count] = { const char *type_name[ev_type_count] = {
"void", "void",
"string", "string",
"float", "float",

View file

@ -39,7 +39,6 @@ static const char rcsid[] =
#include "def.h" #include "def.h"
extern char *type_name[];
void void
update_offsets (dprograms_t *pr, int mark, int count) update_offsets (dprograms_t *pr, int mark, int count)