aboutsummaryrefslogtreecommitdiffstats
path: root/backend/CMlexer.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2017-02-14 16:12:55 +0100
committerBernhard Schommer <bernhardschommer@gmail.com>2017-02-14 16:12:55 +0100
commitd000fe3f6df676596b5371f9760cdf0b2922ea11 (patch)
treebb4327ee16f1c5c21ae6c2b4d6f47433a73ebfb5 /backend/CMlexer.mli
parent8f5f07a486abad68e68c8fabe22f808c9ab9f9cb (diff)
downloadcompcert-d000fe3f6df676596b5371f9760cdf0b2922ea11.tar.gz
compcert-d000fe3f6df676596b5371f9760cdf0b2922ea11.zip
Removed CMinor import. Bug 20992
Diffstat (limited to 'backend/CMlexer.mli')
-rw-r--r--backend/CMlexer.mli17
1 files changed, 0 insertions, 17 deletions
diff --git a/backend/CMlexer.mli b/backend/CMlexer.mli
deleted file mode 100644
index c6afb72c..00000000
--- a/backend/CMlexer.mli
+++ /dev/null
@@ -1,17 +0,0 @@
-(* *********************************************************************)
-(* *)
-(* The Compcert verified compiler *)
-(* *)
-(* Xavier Leroy, INRIA Paris-Rocquencourt *)
-(* *)
-(* Copyright Institut National de Recherche en Informatique et en *)
-(* Automatique. All rights reserved. This file is distributed *)
-(* under the terms of the GNU General Public License as published by *)
-(* the Free Software Foundation, either version 2 of the License, or *)
-(* (at your option) any later version. This file is also distributed *)
-(* under the terms of the INRIA Non-Commercial License Agreement. *)
-(* *)
-(* *********************************************************************)
-
-val token: Lexing.lexbuf -> CMparser.token
-exception Error of string