Ilya Zakharevich on Sat, 22 May 1999 16:13:01 -0400 (EDT)


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[PATCH] Prototypes


This time it is my fault: somehow I misedited prototype codes, so they
are wrong again.

Sorry,
Ilya

--- ./src//gp/highlvl.c~	Thu May 20 13:04:53 1999
+++ ./src//gp/highlvl.c	Sat May 22 16:09:23 1999
@@ -163,8 +163,8 @@ entree functions_highlevel[]={
 {"kill",85,(void*)kill0,11,"vS"},
 {"plot",99,(void*)plot,10,"vV=GGIp"},
 {"plotbox",35,(void*)rectbox,10,"vLGG"},
-{"plotclip",35,(void*)rectclip,10,"vL"},
-{"plotcolor",99,(void*)rectcolor,10,"vLL"},
+{"plotclip",99,(void*)rectclip,10,"vL"},
+{"plotcolor",19,(void*)rectcolor,10,"vLL"},
 {"plotcopy",99,(void*)rectcopy,10,"vLLLL"},
 {"plotcursor",11,(void*)rectcursor,10,"L"},
 {"plotdraw",99,(void*)rectdraw,10,"vG"},