From: Geoffrey F. <fu...@us...> - 2001-05-08 20:51:16
|
Update of /cvsroot/plplot/plplot/src In directory usw-pr-cvs1:/tmp/cvs-serv12663/src Modified Files: Tag: dyndrv_1 plcore.c Log Message: Rework the global API (core) functions which invoke the driver specific functions, so that they do the dirty deed by dereferencing the function pointers buried in the dispatch table buried in the PLStream, without vectoring through the global dispatch table. Eliminates use of plcore.c:static PLINT offset; which was used to index the global dispatch table. |