diff options
| author | Tyge Løvset <[email protected]> | 2023-02-07 10:59:32 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-02-07 11:18:55 +0100 |
| commit | 3cb564e7274b7749531742fa7c50fd928fdbe2d9 (patch) | |
| tree | 926cabc1ecd1f95bbb4e4048dd91d91a19f1cee7 /include/stc/priv | |
| parent | 1c81deecc673a6619ccc25c5c763e979b0a54a1a (diff) | |
| download | STC-modified-3cb564e7274b7749531742fa7c50fd928fdbe2d9.tar.gz STC-modified-3cb564e7274b7749531742fa7c50fd928fdbe2d9.zip | |
removed c_ALLOC_N()
Diffstat (limited to 'include/stc/priv')
| -rw-r--r-- | include/stc/priv/altnames.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stc/priv/altnames.h b/include/stc/priv/altnames.h index 0c6db0b2..e3ce03a0 100644 --- a/include/stc/priv/altnames.h +++ b/include/stc/priv/altnames.h @@ -21,7 +21,6 @@ * SOFTWARE. */ #define c_alloc c_ALLOC -#define c_alloc_n c_ALLOC_N #define c_new c_NEW #define c_arraylen c_ARRAYLEN #define c_forlist c_FORLIST |
