diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-04-19 08:51:47 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-04-19 08:51:47 -0400 |
commit | 2f506168a138b524e4177e13d7e825503580f3ad (patch) | |
tree | 1bbbd7295eb4bc6c4c1eae3dbe80ebd904d0cf0c /builtins.h | |
parent | a93654c1de7ba3c6fab729dff97ea4bdbb989179 (diff) |
Diffstat (limited to 'builtins.h')
-rw-r--r-- | builtins.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ #include "parser.h" -#define SKIP_SIG (uint32_t)-5 -#define CALL_SIG (uint32_t)-6 +#define SKIP_SIG (size_t)-5 +#define CALL_SIG (size_t)-6 // open bracket 'operator', for use in a compiled line extern variable bopen; |