From owner-freebsd-questions Thu May 31 6:33:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from serenity.mcc.ac.uk (serenity.mcc.ac.uk [130.88.200.93]) by hub.freebsd.org (Postfix) with ESMTP id 109A337B422 for ; Thu, 31 May 2001 06:33:17 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by serenity.mcc.ac.uk with esmtp (Exim 2.05 #6) id 155SZg-000KGh-00 for freebsd-questions@freebsd.org; Thu, 31 May 2001 14:33:16 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f4VDXFI83715 for freebsd-questions@freebsd.org; Thu, 31 May 2001 14:33:15 +0100 (BST) (envelope-from jcm) Date: Thu, 31 May 2001 14:33:15 +0100 From: j mckitrick To: freebsd-questions@freebsd.org Subject: what's wrong with this macro? Message-ID: <20010531143315.A83651@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Dxnq1zWXvFF0Q93v" X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --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