From: <ai...@us...> - 2013-11-16 22:22:02
|
Revision: 12708 http://sourceforge.net/p/plplot/code/12708 Author: airwin Date: 2013-11-16 22:21:59 +0000 (Sat, 16 Nov 2013) Log Message: ----------- Remove this sed script since it was only used to check plplot_octave_def which has already been removed as part of the recent matwrap cleanout. Removed Paths: ------------- trunk/bindings/octave/global_defines.sed Deleted: trunk/bindings/octave/global_defines.sed =================================================================== --- trunk/bindings/octave/global_defines.sed 2013-11-16 21:36:48 UTC (rev 12707) +++ trunk/bindings/octave/global_defines.sed 2013-11-16 22:21:59 UTC (rev 12708) @@ -1,19 +0,0 @@ -# sed script specifically designed to parse the #define statements in -# bindings/swig-support/plplotcapi.i into a file that can be used for -# global variable definitions for octave. - -# Drop every line that is not a #define -/^#define/! d - -# Drop specific #defines from the file that are not available to swig-generated -# octave because of specific #if statements. -/^#define ZEROW/ d -/^#define ONEW/ d -/OBJECT_DATA/ d -/^#define pltr_img/ d - -# First translate comment identifier into octave. -/^#define/ s?//?#? -# Parse what is left while preserving trailing comments. Watch out -# for parentheses around value as well. -/^#define/ s?^#define *\([^ ]*\)[ (]*\([^ ]*\)[ )]*\(.*\)$?global \1\n\1 = \2; \3? This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |