Commit 4332e9e4 by Richard Stallman

(union stacktype): Deleted.

(BI_PARAMS): Don't continue the parmlist.

From-SVN: r5418
parent 904f3f5a
......@@ -105,9 +105,7 @@ struct bytecode
not because I'm into ASCII art.) */
#define BI_PARAMS(OFFSET, SIZE, BYTE_OFFSET, \
BIT_OFFSET, NBYTES, TRAILING_BITS ) \
\
#define BI_PARAMS(OFFSET, SIZE, BYTE_OFFSET, BIT_OFFSET, NBYTES, TRAILING_BITS) \
{ BYTE_OFFSET = (OFFSET) / (INTERP_BPC); \
BIT_OFFSET = (OFFSET) % (INTERP_BPC); \
NBYTES = ((SIZE) - (INTERP_BPC - (BIT_OFFSET))) / INTERP_BPC; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment