|
From: Alan W. I. <ai...@us...> - 2001-12-21 18:36:20
|
Update of /cvsroot/plplot/plplot/examples/c
In directory usw-pr-cvs1:/tmp/cvs-serv25508
Modified Files:
x01c.c x20c.c
Log Message:
Olof Svensson reports these changes are required by Visual C++.
x01c.c: The "usleep" function is missing in Visual C++ so I just
put a #ifndef WIN32 around this function.
x20c.c: The Visual C++ compiler does not accept array allocations
like rr[n_col] so use appropriate numerical value instead.
|