aboutsummaryrefslogtreecommitdiffstats
path: root/builtins.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins.h')
-rw-r--r--builtins.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins.h b/builtins.h
index 5b14101..5bfdec8 100644
--- a/builtins.h
+++ b/builtins.h
@@ -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;