summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/compiler
diff options
context:
space:
mode:
authorAlain Frisch <alain@frisch.fr>2012-05-29 11:10:03 +0000
committerAlain Frisch <alain@frisch.fr>2012-05-29 11:10:03 +0000
commit05c973e6ed4be5e2fb28ef97b9659c9677ccbfd1 (patch)
tree7c08717819bcaa37a09a26bcb71cb453fbf5d2eb /otherlibs/labltk/compiler
parent87f6cd4779008d5ac6f4ac2365a540da0344de14 (diff)
Compile with warning 33, and remove unused opens.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12497 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/compiler')
-rw-r--r--otherlibs/labltk/compiler/lexer.mll1
-rw-r--r--otherlibs/labltk/compiler/maincompile.ml1
-rw-r--r--otherlibs/labltk/compiler/tables.ml1
3 files changed, 0 insertions, 3 deletions
diff --git a/otherlibs/labltk/compiler/lexer.mll b/otherlibs/labltk/compiler/lexer.mll
index 2fc2376e2..92b14bdbf 100644
--- a/otherlibs/labltk/compiler/lexer.mll
+++ b/otherlibs/labltk/compiler/lexer.mll
@@ -20,7 +20,6 @@
open StdLabels
open Lexing
open Parser
-open Support
exception Lexical_error of string
let current_line = ref 1
diff --git a/otherlibs/labltk/compiler/maincompile.ml b/otherlibs/labltk/compiler/maincompile.ml
index 91b6bcdff..8b80e46db 100644
--- a/otherlibs/labltk/compiler/maincompile.ml
+++ b/otherlibs/labltk/compiler/maincompile.ml
@@ -17,7 +17,6 @@
(* $Id$ *)
open StdLabels
-open Support
open Tables
open Printer
open Compile
diff --git a/otherlibs/labltk/compiler/tables.ml b/otherlibs/labltk/compiler/tables.ml
index a86b4af50..170255947 100644
--- a/otherlibs/labltk/compiler/tables.ml
+++ b/otherlibs/labltk/compiler/tables.ml
@@ -17,7 +17,6 @@
(* $Id$ *)
open StdLabels
-open Support
(* Internal compiler errors *)