Date: Thu, 31 May 2001 14:33:15 +0100 From: j mckitrick <jcm@FreeBSD-uk.eu.org> To: freebsd-questions@freebsd.org Subject: what's wrong with this macro? Message-ID: <20010531143315.A83651@dogma.freebsd-uk.eu.org>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
I can't get a file with this macro to compile, and what's more, the tarball
is supposed to build cleanly on linux. What might be causing the problem?
I've tried make and gmake.
jcm
--
"I drank WHAT ?!" - Socrates
[-- Attachment #2 --]
#define COPY_BLOCK(target, source) { \
(target)[0] = (source)[0]; \
(target)[1] = (source)[1]; \
(target)[2] = (source)[2]; \
(target)[3] = (source)[3]; \
} /* COPY_BLOCK */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010531143315.A83651>
