diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-28 13:41:22 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-28 13:41:22 -0400 |
| commit | cf9285b1dbdf687630076149413f16e5d4af82e8 (patch) | |
| tree | 7c10f7587cab9cd40c0d1b9e019cd4a2135e7193 /docs/application/identifier.md | |
| parent | 254059e2ea2df0cd63cf75d836ac9ebe00a28302 (diff) | |
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 8f85b15..47dcd79 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 9 +#define KPL_IDENTIFIER_PARTS 6 -// TODO 90 charaters of [A-Za-z0-9_] in 72 bytes +// TODO 60 charaters of [A-Za-z0-9_] in 48 bytes typedef struct { uint64_t parts[KPL_IDENTIFIER_PARTS]; |
