[comp.windows.x] more Purdue+ bugs

rusty@GARNET.BERKELEY.EDU (12/16/88)

More problems compiling with cc.  I'm guessing that the "alu" arg to
putbitsrop and putbitsrrop should have been "rop" since "alu" isn't
declared anywhere and "rop" was never used in the macro definition.

------- maskbits.h -------
*** /tmp/da9148	Thu Dec 15 23:21:26 1988
--- maskbits.h	Thu Dec 15 23:19:40 1988
***************
*** 616,622 ****
  { \
      register unsigned int _tmpbits; \
      getbits(psrc, srcbit, width, _tmpbits) \
!     putbitsrop(_tmpbits, dstbit, width, pdst, alu) \
  }
  
  #define getandputrrop(psrc, srcbit, dstbit, width, pdst, rop) \
--- 616,622 ----
  { \
      register unsigned int _tmpbits; \
      getbits(psrc, srcbit, width, _tmpbits) \
!     putbitsrop(_tmpbits, dstbit, width, pdst, rop) \
  }
  
  #define getandputrrop(psrc, srcbit, dstbit, width, pdst, rop) \
***************
*** 623,629 ****
  { \
      register unsigned int _tmpbits; \
      getbits(psrc, srcbit, width, _tmpbits) \
!     putbitsrrop(_tmpbits, dstbit, width, pdst, alu) \
  }
  
  
--- 623,629 ----
  { \
      register unsigned int _tmpbits; \
      getbits(psrc, srcbit, width, _tmpbits) \
!     putbitsrrop(_tmpbits, dstbit, width, pdst, rop) \
  }