mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
*taniwha mops up the last drops of blood from extern
This commit is contained in:
parent
3f45a8305c
commit
ccfe82cda4
3 changed files with 2 additions and 2 deletions
|
@ -185,6 +185,7 @@ typedef struct
|
|||
} opcode_t;
|
||||
|
||||
extern opcode_t pr_opcodes[];
|
||||
extern const char *type_name[ev_type_count];
|
||||
opcode_t *PR_Opcode (short opcode);
|
||||
void PR_Opcode_Init (void);
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ int type_size[8] = {
|
|||
sizeof (void *) / 4
|
||||
};
|
||||
|
||||
char *type_name[ev_type_count] = {
|
||||
const char *type_name[ev_type_count] = {
|
||||
"void",
|
||||
"string",
|
||||
"float",
|
||||
|
|
|
@ -39,7 +39,6 @@ static const char rcsid[] =
|
|||
|
||||
#include "def.h"
|
||||
|
||||
extern char *type_name[];
|
||||
|
||||
void
|
||||
update_offsets (dprograms_t *pr, int mark, int count)
|
||||
|
|
Loading…
Reference in a new issue