mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Clarify usage of integer_type
This commit is contained in:
parent
e5e4d24959
commit
7f43c7d1a1
1 changed files with 2 additions and 2 deletions
|
@ -347,8 +347,8 @@ static object quote_##name = NULL;
|
|||
|
||||
/* Define numeric types */
|
||||
|
||||
// Integer object type is still included for now, but ints
|
||||
// should be stored using value types instead.
|
||||
// Integer object type is deprecated, integers should be stored using value types instead.
|
||||
// This is only still here because it is used internally by the runtime.
|
||||
typedef struct {
|
||||
gc_header_type hdr;
|
||||
tag_type tag;
|
||||
|
|
Loading…
Add table
Reference in a new issue