Skip to content

Commit

Permalink
use long instead of ssize_t
Browse files Browse the repository at this point in the history
  • Loading branch information
haileys committed Oct 31, 2013
1 parent e7794da commit 1496c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compile.c
Expand Up @@ -6,7 +6,7 @@
#include "gen/opcode_enum.inc"

typedef struct label {
ssize_t ip;
long ip;
struct fixup {
struct fixup* next;
size_t location;
Expand Down

0 comments on commit 1496c6f

Please sign in to comment.