From: <and...@us...> - 2010-05-25 09:25:56
|
Revision: 11021 http://plplot.svn.sourceforge.net/plplot/?rev=11021&view=rev Author: andrewross Date: 2010-05-25 09:25:49 +0000 (Tue, 25 May 2010) Log Message: ----------- Keep list of functions in alphabetical order. Modified Paths: -------------- trunk/include/plplot.h Modified: trunk/include/plplot.h =================================================================== --- trunk/include/plplot.h 2010-05-23 15:13:55 UTC (rev 11020) +++ trunk/include/plplot.h 2010-05-25 09:25:49 UTC (rev 11021) @@ -656,7 +656,6 @@ #define plgcolbg c_plgcolbg #define plgcolbga c_plgcolbga #define plgcompression c_plgcompression -#define plstransform c_plstransform #define plgdev c_plgdev #define plgdidev c_plgdidev #define plgdiori c_plgdiori @@ -762,6 +761,7 @@ #define plssym c_plssym #define plstar c_plstar #define plstart c_plstart +#define plstransform c_plstransform #define plstripa c_plstripa #define plstripc c_plstripc #define plstripd c_plstripd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |