remove semicolon outside function definition
This commit is contained in:
parent
d1e5e81580
commit
03550bbf41
|
@ -46,7 +46,7 @@ typedef struct pic_state pic_state;
|
||||||
#include "picrin/read.h"
|
#include "picrin/read.h"
|
||||||
#include "picrin/gc.h"
|
#include "picrin/gc.h"
|
||||||
|
|
||||||
KHASH_DECLARE(s, const char *, pic_sym *);
|
KHASH_DECLARE(s, const char *, pic_sym *)
|
||||||
|
|
||||||
typedef struct pic_checkpoint {
|
typedef struct pic_checkpoint {
|
||||||
PIC_OBJECT_HEADER
|
PIC_OBJECT_HEADER
|
||||||
|
|
Loading…
Reference in New Issue