commit: 7e19937cb3fc63a6b68d87ea9af25041ceae4f04
parent d17bfecc29345c24bd45e5bae58cb7b1618fd9c3
Author: Michael Forney <mforney@mforney.org>
Date: Sat, 26 Aug 2017 18:48:28 -0700
samurai: Update to latest git
This fixes a few minor bugs.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/samurai/gen.rc b/pkg/samurai/gen.rc
@@ -1,5 +1,5 @@
cflags\
- -Wall '-std=c11' -pedantic\
+ -Wall -Wextra '-std=c99' -pedantic\
-D '_POSIX_C_SOURCE=200809L'
exe samu build.c deps.c env.c graph.c htab.c lex.c log.c parse.c samurai.c tool.c util.c
diff --git a/pkg/samurai/rev b/pkg/samurai/rev
@@ -1 +1 @@
-7
+8