1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Thomas Gellekum
c1e3ecebdf Upgrade to 4.0.10. 2000-02-14 13:05:12 +00:00
Steve Price
9bc10b0f3d Don't use 'cc -D${ARCH} -c foo.c' especially when '${ARCH} = alpha' and
you have this in your code, 'double alpha[30];'.  The preprocessor does
what it's supposed to do and replaces all of occurrences of alpha with 1
and the compiler sees code like this 'double 1[10]' which it summarily
yacks on. :)
1999-09-29 01:24:51 +00:00