diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-09-26 15:29:17 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-09-26 15:29:17 +0300 |
commit | 715d3d48f962d17575ff9de0034f2ac89b59f975 (patch) | |
tree | 0ec8cd8e5b895bea4771b7c453cab5415fa5e6a7 /src/fspec/private | |
parent | d98285e367c29ec9eb1cacf5cf424d6910270efd (diff) |
Goodbye C compiler, hello colm compiler
Diffstat (limited to 'src/fspec/private')
-rw-r--r-- | src/fspec/private/bcode-types.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/fspec/private/bcode-types.h b/src/fspec/private/bcode-types.h deleted file mode 100644 index 8c9ce74..0000000 --- a/src/fspec/private/bcode-types.h +++ /dev/null @@ -1,16 +0,0 @@ -#pragma once - -#include <inttypes.h> -#include <stdint.h> - -/** maximum size of string literals */ -#define PRI_FSPEC_STRSZ PRIu8 -typedef uint8_t fspec_strsz; - -/** maximum range of variable ids */ -#define PRI_FSPEC_VAR PRIu16 -typedef uint16_t fspec_var; - -/** maximum range of bytecode offsets */ -#define PRI_FSPEC_OFF PRIu32 -typedef uint32_t fspec_off; |