diff options
| author | Tyge Løvset <[email protected]> | 2021-09-24 11:23:09 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-24 11:23:09 +0200 |
| commit | cee6a7b347daaa94289f0ae71e25f4fd8b861f6a (patch) | |
| tree | 7f7224469a8b78684e963aa324044364c09afd4a /include | |
| parent | 4495d97f43d3d5730828064bbf2590bdb7699e79 (diff) | |
| download | STC-modified-cee6a7b347daaa94289f0ae71e25f4fd8b861f6a.tar.gz STC-modified-cee6a7b347daaa94289f0ae71e25f4fd8b861f6a.zip | |
Another define fix in template.h. Added 2d string example in new_arr.c
Diffstat (limited to 'include')
| -rw-r--r-- | include/stc/template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/template.h b/include/stc/template.h index 9b27dc9e..6b7d1067 100644 --- a/include/stc/template.h +++ b/include/stc/template.h @@ -113,7 +113,7 @@ #endif
#ifdef i_key
- #ifndef i_val
+ #ifdef i_isset
#define i_val i_key
#endif
#ifndef i_tag
|
