diff options
Diffstat (limited to 'src/sexp.h')
| -rw-r--r-- | src/sexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ struct sexp; typedef struct sexp SExp; typedef struct { - int idx; + int32_t idx; } SExpRef; typedef struct { |
