mirror of
https://github.com/janet-lang/janet
synced 2025-11-13 05:47:14 +00:00
Shrink the public interface by hiding internal state.
This commit is contained in:
@@ -33,7 +33,7 @@ const char dst_base64[65] =
|
||||
|
||||
/* The DST value types in order. These types can be used as
|
||||
* mnemonics instead of a bit pattern for type checking */
|
||||
const char *dst_type_names[16] = {
|
||||
const char *const dst_type_names[16] = {
|
||||
":nil",
|
||||
":false",
|
||||
":true",
|
||||
|
||||
Reference in New Issue
Block a user