diff options
| author | Michael Forney <mforney@mforney.org> | 2017-08-26 18:48:28 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-08-26 18:48:28 -0700 |
| commit | 7e19937cb3fc63a6b68d87ea9af25041ceae4f04 (patch) | |
| tree | 90c9345ef1f7dec1e20011b9f9f0b063956a7064 | |
| parent | d17bfecc29345c24bd45e5bae58cb7b1618fd9c3 (diff) | |
samurai: Update to latest git
This fixes a few minor bugs.
| -rw-r--r-- | pkg/samurai/gen.rc | 2 | ||||
| -rw-r--r-- | pkg/samurai/rev | 2 | ||||
| m--------- | pkg/samurai/src | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/pkg/samurai/gen.rc b/pkg/samurai/gen.rc index 42bc3352..e09ae8b1 100644 --- 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 index 7f8f011e..45a4fb75 100644 --- a/pkg/samurai/rev +++ b/pkg/samurai/rev @@ -1 +1 @@ -7 +8 diff --git a/pkg/samurai/src b/pkg/samurai/src -Subproject 363a31e1f48c651afa0ec68c0f4f6f9c34c5683 +Subproject 9751df3ab5138de4f562125f7f169e33bff3c4b |
