diff options
| author | Lion Kortlepel <[email protected]> | 2026-01-14 21:38:28 +0100 |
|---|---|---|
| committer | Lion Kortlepel <[email protected]> | 2026-01-14 21:38:28 +0100 |
| commit | f2e04992f0973929f6ab384a936c2b9f16c55d3a (patch) | |
| tree | 7b2c27cb3863733194500b744c0abcb7c03fdb58 | |
| parent | 5380ffe1617bb35d99cac86b26495093323f398d (diff) | |
| download | test-f2e04992f0973929f6ab384a936c2b9f16c55d3a.tar.zst test-f2e04992f0973929f6ab384a936c2b9f16c55d3a.zip | |
feat: version 1.0
| -rw-r--r-- | ls_test.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,6 +2,8 @@ /* Lion's Standard (LS) test harness. * + * Version: 1.0 + * * ==== TABLE OF CONTENTS ==== * * 1. DESCRIPTION @@ -204,7 +206,7 @@ #if defined(__GNUC__) || defined(__clang__) #define LS_CONSTRUCTOR __attribute__((constructor)) #else -#error "Need constructor support on this compiler" +#error "Requires __attribute__((constructor)) support" #endif typedef int (*lst_func)(void); |
