Skip site navigation (1)Skip section navigation (2)
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

--Dxnq1zWXvFF0Q93v
Content-Type: text/plain; charset=us-ascii


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

--Dxnq1zWXvFF0Q93v
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="grr.c"


#define COPY_BLOCK(target, source) { \
	(target)[0] = (source)[0]; \
	(target)[1] = (source)[1]; \
	(target)[2] = (source)[2]; \
	(target)[3] = (source)[3]; \
} /*  COPY_BLOCK */


--Dxnq1zWXvFF0Q93v--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010531143315.A83651>