From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Message-ID: <20020927141212.GA216@next.gli.cas.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i From: "Peter A. Cejchan" Subject: [9fans] what's wrong with this? Date: Fri, 27 Sep 2002 16:12:12 +0200 Topicbox-Message-UUID: f603b6cc-eaca-11e9-9e20-41e7f4b1d025 Dear friends, 8c complies "syntax error" when the following macro is called: #define jpc_bitstream_getbit_macro(bitstream) \ (assert((bitstream)->openmode_ & JPC_BITSTREAM_READ), \ (--(bitstream)->cnt_ >= 0) ? \ (((bitstream)->buf_ >> (bitstream)->cnt_) & 1) : \ jpc_bitstream_fillbuf(bitstream)) int ret; ... ret=jpc_bitstream_getbit_macro(bitstream); TIA4help, -- ++pac. Peter A. Cejchan Paleobiology Lab, GLU Acad. Sci. CZ [http | ftp]://next.gli.cas.cz