Fix slipup from CVS update that was commented out and did not show up during compilation.
}
/* must be sent to switch to 2d commands */
-/*
+
void static inline end_3d(PREFIX_VOID)
{
LOCAL_VARS
(void)cmd_reserved; (void)cmd_written;
cmd=(drm_radeon_cmd_header_t *) r300AllocCmdBuf(rmesa, \
-<<<<<<< r300_emit.h
1, \
-=======
- 0, \ // ??!
->>>>>>> 1.10
__FUNCTION__); \
cmd[0].header.cmd_type=R300_CMD_END3D;
(void)cmd_reserved; (void)cmd_written;
cmd=(drm_radeon_cmd_header_t *) r300AllocCmdBuf(rmesa, \
-<<<<<<< r300_emit.h
1, \
-=======
- 0, \ // ??!
->>>>>>> 1.10
__FUNCTION__); \
cmd[0].i=cmdcpdelay(count);
}
-*/
void static inline cp_wait(PREFIX unsigned char flags)
{