commit: 895bb274e59a1157cac88ba3058dc7f51bbffb96
parent bf50bc33b7afefe1ba82ff5a565a62bd44e271f2
Author: Michael Forney <mforney@mforney.org>
Date: Thu, 10 Feb 2022 16:07:37 -0800
cproc: Update to latest git
Diffstat:
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pkg/cproc/gen.lua b/pkg/cproc/gen.lua
@@ -1,5 +1,5 @@
cflags{
- '-std=c11', '-Wall', '-Wpedantic', '-Wno-switch', '-Wno-parentheses',
+ '-std=c11', '-Wall', '-Wpedantic', '-Wno-switch', '-Wno-parentheses', '-Wno-maybe-uninitialized',
'-I $dir',
}
@@ -24,6 +24,7 @@ exe('cproc-qbe', {
'tree.c',
'type.c',
'util.c.o',
+ 'utf.c',
})
file('bin/cproc', '755', '$outdir/cproc')
file('bin/cproc-qbe', '755', '$outdir/cproc-qbe')
diff --git a/pkg/cproc/ver b/pkg/cproc/ver
@@ -1 +1 @@
-0438799808 r0
+995d5b48b1 r0