Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 1999 18:24:53 -0700 (PDT)
From:      Steve Price <steve@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics/opendx/patches patch-ai
Message-ID:  <199909290124.SAA48643@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
steve       1999/09/28 18:24:53 PDT

  Added files:
    graphics/opendx/patches patch-ai 
  Log:
  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. :)



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




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