aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLion Kortlepel <[email protected]>2026-01-14 21:38:28 +0100
committerLion Kortlepel <[email protected]>2026-01-14 21:38:28 +0100
commitf2e04992f0973929f6ab384a936c2b9f16c55d3a (patch)
tree7b2c27cb3863733194500b744c0abcb7c03fdb58
parent5380ffe1617bb35d99cac86b26495093323f398d (diff)
downloadtest-f2e04992f0973929f6ab384a936c2b9f16c55d3a.tar.zst
test-f2e04992f0973929f6ab384a936c2b9f16c55d3a.zip
feat: version 1.0
-rw-r--r--ls_test.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ls_test.h b/ls_test.h
index 4250ec7..5b87e8b 100644
--- a/ls_test.h
+++ b/ls_test.h
@@ -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);