Clarify usage of integer_type

This commit is contained in:
Justin Ethier 2017-01-30 17:47:08 -05:00
parent e5e4d24959
commit 7f43c7d1a1

View file

@ -347,8 +347,8 @@ static object quote_##name = NULL;
/* Define numeric types */ /* Define numeric types */
// Integer object type is still included for now, but ints // Integer object type is deprecated, integers should be stored using value types instead.
// should be stored using value types instead. // This is only still here because it is used internally by the runtime.
typedef struct { typedef struct {
gc_header_type hdr; gc_header_type hdr;
tag_type tag; tag_type tag;