diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-19 21:08:27 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 16:14:20 -0800 |
| commit | 653510bb8b3db5a280576cb00445fbdc8d49b88a (patch) | |
| tree | 7d1d48ab62e4c34b16fa60de4a21a232c67c97c4 /core/sbase | |
| parent | de4e4c63378c6fd0dc2504ddce5a13ee1e62504a (diff) | |
Various style fixes
Diffstat (limited to 'core/sbase')
| -rw-r--r-- | core/sbase/gen.rc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/sbase/gen.rc b/core/sbase/gen.rc index 5bb9a916..61467dae 100644 --- a/core/sbase/gen.rc +++ b/core/sbase/gen.rc @@ -1,10 +1,10 @@ cflags\ - -std'='c99 -pedantic\ + '-std=c99' -pedantic\ -Wall -Wno-maybe-uninitialized\ - -D_DEFAULT_SOURCE\ - -D_BSD_SOURCE\ - -D_XOPEN_SOURCE'='700\ - -D_FILE_OFFSET_BITS'='64\ + -D _DEFAULT_SOURCE\ + -D _BSD_SOURCE\ + -D '_XOPEN_SOURCE=700' \ + -D '_FILE_OFFSET_BITS=64' \ -I '$outdir' lib libutil.a libutil/^(\ |
