1
0
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:
Calvin Rose
2018-03-31 16:40:36 -04:00
parent 507f9f9c57
commit 027b2a81c2
14 changed files with 68 additions and 24 deletions

View File

@@ -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",