[Plplot-devel] [PATCH] Move definitions of pltr0f and pltr2f to plcont.c
Moves the definitions of pltr0f and pltr2f (both declared in plplot.h) from the sccont.c files of the FORTRAN bindings into plcont.c. --- bindings/f77/sccont.c | 197 - bindings/f95/sccont.c | 197 -
Re: [Plplot-devel] A comment style issue
On 2010-01-22 08:39+0100 Arjen Markus wrote: > Hi Alan, > > I have so far been using the /* ... */ for most, if not all, my C code. > The reason being that it was C, not C++. As all compilers that are > relevant to me are indeed accepting this by default, I have no objection > whatsoever to adopti