aboutsummaryrefslogtreecommitdiff
path: root/src/c8asm/instr.gperf
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2024-02-14 12:36:42 +0100
committerThomas Voss <thomas.voss@humanwave.nl> 2024-02-14 12:36:42 +0100
commitee3eb5ac6c89d10b4a564dedae50216b196bad9c (patch)
tree8c14f7018da5b64cefec6ba7844168fab838f819 /src/c8asm/instr.gperf
parent269d6af510b641c4d848ada8e20325205aa2e7be (diff)
Fix builds on MacOS
Diffstat (limited to 'src/c8asm/instr.gperf')
-rw-r--r--src/c8asm/instr.gperf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c8asm/instr.gperf b/src/c8asm/instr.gperf
index fac4e57..333440a 100644
--- a/src/c8asm/instr.gperf
+++ b/src/c8asm/instr.gperf
@@ -2,6 +2,7 @@
%define initializer-suffix ,nullptr
%define lookup-function-name oplookup
%includes
+%language=ANSI-C
%readonly-tables
%struct-type
struct opf_pair { char *name; void (*pfn)(void); };