diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-19 10:20:11 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-19 10:20:11 +0200 |
| commit | 03b874818315e7dc9fb2ccf26716a0fb65242a57 (patch) | |
| tree | cc375998c809ded77d920f6a2a2a50241018f016 /src/build.h | |
| parent | 2e81f599a0323e2025883bc1375bf438d1406733 (diff) | |
Rename func keyword to fun
Replace the `func` language keyword with `fun` throughout: update the
scanner's string-to-token mapping, all .fy example scripts, and all
documentation files (.txt, .pod, .tex, .man, .html).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/build.h')
| -rw-r--r-- | src/build.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.h b/src/build.h index 9125e92..5029024 100644 --- a/src/build.h +++ b/src/build.h @@ -36,7 +36,7 @@ #ifndef BUILD_H #define BUILD_H -#define BUILDNR 9680 +#define BUILDNR 9682 #define OS_LINUX #endif |
