(union stacktype): Deleted.

(BI_PARAMS): Don't continue the parmlist.

From-SVN: r5418
This commit is contained in:
Richard Stallman 1993-09-22 20:45:04 +00:00
parent 904f3f5af8
commit 4332e9e4bf
1 changed files with 1 additions and 3 deletions

View File

@ -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; \