summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-04-12 13:22:14 -0400
committerAndrew Opalach <andrew@akon.city> 2026-04-12 13:22:14 -0400
commitc633226d2b615f46ef38cc99603775dccdf96ecd (patch)
tree645a7cf068eac001031d81734b9649ac1c26b019
parent7c83f46445cee77e935720ec8291886eb21248d7 (diff)
downloadlibalabaster-master.tar.gz
libalabaster-master.tar.bz2
libalabaster-master.zip
build: Update c89atomicHEADmaster
Signed-off-by: Andrew Opalach <andrew@akon.city>
-rw-r--r--meson.build2
-rw-r--r--subprojects/c89atomic.wrap4
-rw-r--r--subprojects/packagefiles/c89atomic/meson.build2
3 files changed, 4 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 0dffee3..1563d11 100644
--- a/meson.build
+++ b/meson.build
@@ -39,7 +39,7 @@ endif
# The definition of the assert() macro is determined by the _last_ place where
# <assert.h> was included, because it redefines itself each time. Making it
# unnecessarily complicated to predict if assert() will be active or a no-op.
-# Maybe I just haven't seen why this could make sense but to me it's counterintuitive.
+# Maybe I just haven't seen why this could make sense, but to me it's counterintuitive.
# We define al_assert() to be unchanging and let any dependencies figure it out for themselves.
# Another note, which I hadn't heard before but, this clearly makes relying on NDEBUG
# for anything other than asserts a very bad practice.
diff --git a/subprojects/c89atomic.wrap b/subprojects/c89atomic.wrap
index 2ea66b7..6b06d75 100644
--- a/subprojects/c89atomic.wrap
+++ b/subprojects/c89atomic.wrap
@@ -1,6 +1,6 @@
[wrap-git]
-directory = c89atomic-8e3cd3c
+directory = c89atomic-cb71bbf
url = https://github.com/mackron/c89atomic.git
-revision = 8e3cd3ca8acca3b286fb07ed759467e51ce403c9
+revision = cb71bbfd19df6b82d6ad6814bb538d352bf3a4be
depth = 1
patch_directory = c89atomic
diff --git a/subprojects/packagefiles/c89atomic/meson.build b/subprojects/packagefiles/c89atomic/meson.build
index 3e2bd35..b7c727e 100644
--- a/subprojects/packagefiles/c89atomic/meson.build
+++ b/subprojects/packagefiles/c89atomic/meson.build
@@ -1,2 +1,2 @@
-project('c89atomic', 'c', version: 'git-a9f4fa0')
+project('c89atomic', 'c', version: 'git-cb71bbf')
c89atomic = declare_dependency(include_directories: include_directories('.'))