summaryrefslogtreecommitdiffstats
path: root/src/cmd/scat/sky.h
Commit message (Collapse)AuthorAgeFilesLines
* all: remove need for `-fcommon`Dan Cross2025-07-251-8/+10
| | | | | | | | | | Use `extern` where appropriate so that we can remove `-fcommon` on macOS and others. On macOS, `-fcommon` generates a number of linker warnings. I've tested building on macOS, Linux, FreeBSD, NetBSD, OpenBSD and illumos. I am not in a position to test on AIX or other more esoteric platforms, however.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+1
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* make flate crc32 work when ulong is 64 bitsRuss Cox2010-02-071-1/+0
| | | | | | R=, rsc CC= http://codereview.appspot.com/203061
* scat: make 64-bit safeRuss Cox2009-04-301-15/+17
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* Fixes from Roland Kaufmannrsc2005-05-011-1/+1
|
* Add scat. Temporary fix to rc r.e. note groups.rsc2004-04-241-0/+413