diff options
| author | Michael Forney <mforney@mforney.org> | 2017-08-15 21:58:29 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-08-15 22:09:47 -0700 |
| commit | 8def691214a66715b7b2eb47df47b5a97fa5091c (patch) | |
| tree | 6d5cbf5a7a66faa9d5ae0b64761d74d014219b51 /pkg | |
| parent | fe6ecf3cfef3189d71b1ebbd773ebae7dbd684a1 (diff) | |
samurai: Update to latest git
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/samurai/gen.rc | 4 | ||||
| -rw-r--r-- | pkg/samurai/rev | 2 | ||||
| m--------- | pkg/samurai/src | 0 |
3 files changed, 4 insertions, 2 deletions
diff --git a/pkg/samurai/gen.rc b/pkg/samurai/gen.rc index fbcf6a46..42bc3352 100644 --- a/pkg/samurai/gen.rc +++ b/pkg/samurai/gen.rc @@ -1,4 +1,6 @@ -cflags -Wall '-std=c11' -pedantic +cflags\ + -Wall '-std=c11' -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 file bin/samu '$outdir'/samu 755 diff --git a/pkg/samurai/rev b/pkg/samurai/rev index 7ed6ff82..1e8b3149 100644 --- a/pkg/samurai/rev +++ b/pkg/samurai/rev @@ -1 +1 @@ -5 +6 diff --git a/pkg/samurai/src b/pkg/samurai/src -Subproject 3fef5636d4c3382416f9820503e96a3e12fe8a8 +Subproject 512c1cb9dadc19eb2fdc1281475bcead9047957 |
