diff options
| author | Marius <[email protected]> | 2023-03-13 18:10:43 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-13 18:10:43 +0100 |
| commit | 9e5f6f21333ce0d5f274c93ffb58c1ef96073db9 (patch) | |
| tree | ab428816b4bc4b398819854ccbca2de69b01355f | |
| parent | fddae5ef07fc0e9a018e56a9843e059a737e4db7 (diff) | |
| download | STC-modified-9e5f6f21333ce0d5f274c93ffb58c1ef96073db9.tar.gz STC-modified-9e5f6f21333ce0d5f274c93ffb58c1ef96073db9.zip | |
Fix typo in forward declaration example
I couldn't get forward declarations to work because I copied the typo from the README.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -510,7 +510,7 @@ typedef struct Dataset { ... // Implementation -#define c_opt c_is_forward // flag that the container was forward declared. +#define i_opt c_is_forward // flag that the container was forward declared. #define i_val struct Point #define i_tag pnt #include <stc/cstack.h> |
