summaryrefslogtreecommitdiff
path: root/src/build.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-19 00:44:43 +0200
committerPaul Buetow <paul@buetow.org>2026-02-19 00:44:43 +0200
commit3ad7831662b8f4c6ffd4666169b8edebc1391e36 (patch)
treefcfc95923a9f8cd5973094b102bdee2749c7d2ec /src/build.h
parente1b9116c18cc3f5dae14aa99263650eca2e6a9ed (diff)
Add assert checks to break/next and loop/do examples
Replace bare say statements with assert expected == say value; so that each example self-verifies its output at runtime — matching the convention used in expressions.fy and types.fy. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/build.h')
-rw-r--r--src/build.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.h b/src/build.h
index edfddfd..aac60de 100644
--- a/src/build.h
+++ b/src/build.h
@@ -36,7 +36,7 @@
#ifndef BUILD_H
#define BUILD_H
-#define BUILDNR 9674
+#define BUILDNR 9675
#define OS_LINUX
#endif