diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-29 01:24:51 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-29 01:24:51 +0000 |
commit | 9bc10b0f3da4331851718bb145059584839b934d (patch) | |
tree | cbdb3190c0d3bf2f5d381f9cc1d1c7050e781631 /net/cvsup-bin | |
parent | 819fb9b883c2fc19dadb96d2b41ae7a968dea1fb (diff) | |
download | freebsd-ports-9bc10b0f3da4331851718bb145059584839b934d.zip |
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. :)
Diffstat (limited to 'net/cvsup-bin')
0 files changed, 0 insertions, 0 deletions