diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-26 17:03:47 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-26 17:03:47 -0400 |
| commit | 254059e2ea2df0cd63cf75d836ac9ebe00a28302 (patch) | |
| tree | 7ba038974c6cc23101921a7d6926e2bc5cc1db96 /docs/application/identifier.md | |
| parent | ad516054002b4105197ef4fc37ac380cdf680750 (diff) | |
var tree lists
Diffstat (limited to 'docs/application/identifier.md')
| -rw-r--r-- | docs/application/identifier.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/application/identifier.md b/docs/application/identifier.md index 3195955..8f85b15 100644 --- a/docs/application/identifier.md +++ b/docs/application/identifier.md @@ -7,9 +7,9 @@ Store vars, types and symbols as compressed strings ## Object Definitions ```c -#define KPL_IDENTIFIER_PARTS 10 +#define KPL_IDENTIFIER_PARTS 9 -// TODO 100 charaters of [A-Za-z0-9_] in 80 bytes +// TODO 90 charaters of [A-Za-z0-9_] in 72 bytes typedef struct { uint64_t parts[KPL_IDENTIFIER_PARTS]; |
