diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-13 22:13:54 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-13 22:13:54 -0500 |
| commit | 85bd567d3c12511149feb3c50e4ae078cee7950a (patch) | |
| tree | da1f17c3559040f7f3a2f60c2dde77497268ee92 /nextlang.h | |
| parent | 853b8e505e007c30fe9ad26ad4f611874f4e7d4f (diff) | |
Add kwargs as a macro hack
Diffstat (limited to 'nextlang.h')
| -rw-r--r-- | nextlang.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ #define Num_t double #define String_t CORD +#define Str_t CORD #define Bool_t bool #define yes (Bool_t)true |
