summaryrefslogtreecommitdiffstats
path: root/src/cmd/astro/astro.h
Commit message (Collapse)AuthorAgeFilesLines
* all: remove need for `-fcommon`Dan Cross2025-07-251-49/+49
| | | | | | | | | | 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.
* Use va_args in cosadd/sinadd (Michael Teichgräber)rsc2006-05-271-2/+2
|
* make sure we get our fmodrsc2006-05-241-2/+5
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-4/+6
|
* Don't confuse the Sun.wkj2004-07-031-0/+1
|
* make astro work on suns. ;-)rsc2004-04-251-0/+1
|
* Tell astro where to find estartab and here by defining SYS9 in CFLAGS.wkj2004-04-211-2/+2
| | | | (Better ideas welcome).
* Astro with some minor changes to placate Unix.wkj2004-04-211-0/+210