<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- bindings/ocaml/plplot_core.idl.orig	2019-06-02 08:24:33.000000000 +0900
+++ bindings/ocaml/plplot_core.idl	2019-08-12 10:55:30.000000000 +0900
@@ -243,9 +243,6 @@
 PLFLT plgwidth(void);
 PLFLT plgchrht(void);
 
-#define QUOTEME(x) #x
-#define RAW_ML(x) quote(mlmli, QUOTEME(x));
-
 // plstripc function
 quote(mlmli,
     "external plstripc : string -&gt; string -&gt; float -&gt; float -&gt; float -&gt; float -&gt; \
@@ -366,8 +363,8 @@
   ml_plsexit ()");
 quote(mli, "val plunset_exit : unit -&gt; unit");
 
-RAW_ML(external plgriddata : float array -&gt; float array -&gt; float array -&gt; float array -&gt; float array -&gt; plplot_grid_method_type -&gt; float -&gt; float array array = "ml_plgriddata_bytecode" "ml_plgriddata")
-RAW_ML(external plparseopts : string array -&gt; plplot_parse_method_type list -&gt; unit = "ml_plparseopts")
-RAW_ML(external pllegend : plplot_legend_opt -&gt; plplot_position_opt -&gt; float -&gt; float -&gt; float -&gt; int -&gt; int -&gt; int -&gt; int -&gt; int -&gt; plplot_legend_opt array -&gt; float -&gt; float -&gt; float -&gt; float -&gt; int array -&gt; string array -&gt; int array -&gt; int array -&gt; float array -&gt; float array -&gt; int array -&gt; int array -&gt; float array -&gt; int array -&gt; float array -&gt; int array -&gt; string array -&gt; float * float = "ml_pllegend_byte" "ml_pllegend")
-RAW_ML(external plcolorbar : plplot_colorbar_opt -&gt; plplot_position_opt -&gt; float -&gt; float -&gt; float -&gt; float -&gt; int -&gt; int -&gt; int -&gt; float -&gt; float -&gt; int -&gt; float -&gt; plplot_colorbar_opt array -&gt; string array -&gt; string array -&gt; float array -&gt; int array -&gt; float array array -&gt; float * float = "ml_plcolorbar_byte" "ml_plcolorbar")
+quote(mlmli, "external plgriddata : float array -&gt; float array -&gt; float array -&gt; float array -&gt; float array -&gt; plplot_grid_method_type -&gt; float -&gt; float array array = \"ml_plgriddata_bytecode\" \"ml_plgriddata\"")
+quote(mlmli, "external plparseopts : string array -&gt; plplot_parse_method_type list -&gt; unit = \"ml_plparseopts\"")
+quote(mlmli, "external pllegend : plplot_legend_opt -&gt; plplot_position_opt -&gt; float -&gt; float -&gt; float -&gt; int -&gt; int -&gt; int -&gt; int -&gt; int -&gt; plplot_legend_opt array -&gt; float -&gt; float -&gt; float -&gt; float -&gt; int array -&gt; string array -&gt; int array -&gt; int array -&gt; float array -&gt; float array -&gt; int array -&gt; int array -&gt; float array -&gt; int array -&gt; float array -&gt; int array -&gt; string array -&gt; float * float = \"ml_pllegend_byte\" \"ml_pllegend\"")
+quote(mlmli, "external plcolorbar : plplot_colorbar_opt -&gt; plplot_position_opt -&gt; float -&gt; float -&gt; float -&gt; float -&gt; int -&gt; int -&gt; int -&gt; float -&gt; float -&gt; int -&gt; float -&gt; plplot_colorbar_opt array -&gt; string array -&gt; string array -&gt; float array -&gt; int array -&gt; float array array -&gt; float * float = \"ml_plcolorbar_byte\" \"ml_plcolorbar\"")
 
</pre></body></html>