Fix decleration location for proper C compliance.

This commit is contained in:
n-a-c-h
2005-02-25 00:45:01 +00:00
parent 97f8578a9d
commit 551cc93c2c

View File

@@ -689,6 +689,10 @@ void DSP4_OP07()
void DSP4_OP08()
{
int16 win_left, win_right;
int16 view_x[2], view_y[2];
int16 envelope[2][2];
DSP4.waiting4command = FALSE;
// op flow control
@@ -703,10 +707,6 @@ void DSP4_OP08()
////////////////////////////////////////////////////
// process initial inputs for two polygons
int16 win_left, win_right;
int16 view_x[2], view_y[2];
int16 envelope[2][2];
// clip values
poly_clipRt[0][0] = DSP4_READ_WORD();
poly_clipRt[0][1] = DSP4_READ_WORD();