]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/ocaml/ml_mathml_editor.c
* changed handling of ' (\primes) with a few patches in the stylesheets
[helm.git] / helm / DEVEL / mathml_editor / ocaml / ml_mathml_editor.c
index 7dd6bd050f21ad5948159f5c1202752b6f647e90..2da2526ef35329cb5a725e33e8ea5b26afa8c570 100644 (file)
@@ -1,16 +1,14 @@
 
+#include <assert.h>
+
 #include <caml/memory.h>
 #include <caml/custom.h>
 #include <caml/callback.h>
-#include <assert.h>
 
 #include "mlgdomevalue.h"
 
 #include "c_mathml_editor.h"
 
-#undef assert
-#define assert(x) {}
-
 typedef struct
 {
   Editor* c_editor;