aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/astro/main.c
Commit message (Collapse)AuthorAgeFilesLines
* all: remove need for `-fcommon`Dan Cross2025-07-251-0/+48
| | | | | | | | | | 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 gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-8/+8
|
* reflect new location.rsc2004-04-211-2/+2
| | | | use here for here instead of estartab.
* Use unsharp() instead of SYS9.wkj2004-04-211-1/+4
|
* Astro with some minor changes to placate Unix.wkj2004-04-211-0/+223