From fad6446ce15bcd1303fdd162d6938ab30046467e Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 4 Jun 2019 23:00:55 -0400 Subject: finish the minimal working example --- include/salticidae/type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/salticidae/type.h') diff --git a/include/salticidae/type.h b/include/salticidae/type.h index 0bc2ae0..c62272d 100644 --- a/include/salticidae/type.h +++ b/include/salticidae/type.h @@ -106,7 +106,7 @@ typedef struct bytearray_t bytearray_t; #endif #ifdef SALTICIDAE_CBINDINGS_STR_OP -typedef char * _opcode_t; +typedef const char * _opcode_t; #else typedef uint8_t _opcode_t; #endif -- cgit v1.2.3