summaryrefslogtreecommitdiff
path: root/net/cvsup-bin
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-29 01:24:51 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-29 01:24:51 +0000
commit9bc10b0f3da4331851718bb145059584839b934d (patch)
treecbdb3190c0d3bf2f5d381f9cc1d1c7050e781631 /net/cvsup-bin
parent819fb9b883c2fc19dadb96d2b41ae7a968dea1fb (diff)
downloadfreebsd-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