forked from github/server
fix compilation
This commit is contained in:
parent
3fec7eb4e3
commit
4fee151f35
2 changed files with 1 additions and 6 deletions
|
@ -3,6 +3,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifndef ERESSEA_VERSION
|
#ifndef ERESSEA_VERSION
|
||||||
|
|
|
@ -223,12 +223,6 @@ int read_orders(input *in)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char * file_getbuf(void *data)
|
|
||||||
{
|
|
||||||
FILE *F = (FILE *)data;
|
|
||||||
return getbuf(F);
|
|
||||||
}
|
|
||||||
|
|
||||||
typedef struct parser_state {
|
typedef struct parser_state {
|
||||||
unit *u;
|
unit *u;
|
||||||
faction *f;
|
faction *f;
|
||||||
|
|
Loading…
Reference in a new issue