diff options
author | steve <steve@FreeBSD.org> | 1999-09-29 09:24:51 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-09-29 09:24:51 +0800 |
commit | 9d493b02e22184f122c4fddadd1523ff293e8470 (patch) | |
tree | de773a057c3e94a3a760b3218ee6b3e4168858c6 /net/cvsup-bin/pkg-descr | |
parent | 8d8a075a1a23005f7fca1aa4a9c893e69aee7188 (diff) | |
download | freebsd-ports-gnome-9d493b02e22184f122c4fddadd1523ff293e8470.tar.gz freebsd-ports-gnome-9d493b02e22184f122c4fddadd1523ff293e8470.tar.zst freebsd-ports-gnome-9d493b02e22184f122c4fddadd1523ff293e8470.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/pkg-descr')
0 files changed, 0 insertions, 0 deletions