From: Alan W. I. <ai...@us...> - 2004-01-07 16:47:15
|
Update of /cvsroot/plplot/plplot/bindings/f77 In directory sc8-pr-cvs1:/tmp/cvs-serv16815 Modified Files: plstubs.h scstubs.c Log Message: Define two alternates of each of the embedded underscore names (PL_SETCONTLABELFORMAT, PL_SETCONTLABELPARAM, and PLCALC_WORLD). One has an extra trailing underscore (required by g77 and friends for names with embedded underscores), and one does not (for those compilers that don't follow this convention by default). |