gcc is too fussy.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1956 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
484cf48e82
commit
09ef35578b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ typedef struct {
|
||||||
script_t *scripts;
|
script_t *scripts;
|
||||||
int maxscripts;
|
int maxscripts;
|
||||||
#define Q3SCRIPTPUNCTUATION "(,{})(\':;=!><&|+-"
|
#define Q3SCRIPTPUNCTUATION "(,{})(\':;=!><&|+-"
|
||||||
int Script_Read(int handle, pc_token_t *token)
|
int Script_Read(int handle, struct pc_token_s *token)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
script_t *sc = scripts+handle-1;
|
script_t *sc = scripts+handle-1;
|
||||||
|
|
Loading…
Reference in a new issue