From: Geoffrey F. <fu...@us...> - 2001-05-08 20:47:11
|
Update of /cvsroot/plplot/plplot/include In directory usw-pr-cvs1:/tmp/cvs-serv11719/include Modified Files: Tag: dyndrv_1 plcore.h Log Message: Pulled out the dispatch table struct def. Repair the static initializers for the dispatch table by using explicit casts to the plD_*_fp forms. This is gross, but C is very inhibited with respect to forward declaration of types, and this was the best I could come up with without forcing a change to the public interface of all the driver interface functions in all the drivers. |