diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-04-20 14:24:37 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-04-20 14:24:37 -0400 |
| commit | e33aff908b77f43309e61634985c03551ab9cd10 (patch) | |
| tree | 2a220fb46ce838d78e75fdaea0da092200c1031a /builtins/table.h | |
| parent | e79ce52125875e17ac0b460dfff07a8ecca63676 (diff) | |
Inline color file
Diffstat (limited to 'builtins/table.h')
| -rw-r--r-- | builtins/table.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/builtins/table.h b/builtins/table.h index 0d7af587..f51a8b31 100644 --- a/builtins/table.h +++ b/builtins/table.h @@ -10,6 +10,8 @@ #include "datatypes.h" #include "array.h" +extern bool USE_COLOR; + #define Table(key_t, val_t, key_info, value_info, fb, def, N, ...) ({ \ struct { key_t k; val_t v; } ents[N] = {__VA_ARGS__}; \ table_t table = Table$from_entries((array_t){ \ |
