Tinkering with gperf options

This commit is contained in:
2025-08-17 10:23:10 -04:00
parent ce9d7db277
commit 6775276e73
2 changed files with 11 additions and 9 deletions

View File

@@ -3,11 +3,13 @@
%}
%define hash-function-name hash_json_token
%define lookup-function-name lookup_json_token
%language=C++
%global-table
%struct-type
%readonly-tables
%compare-lengths
%global-table
%language=C++
%null-strings
%readonly-tables
%struct-type
%switch=1
struct JsonToken {
const char* name;