From: Claudio Sacerdoti Coen Date: Tue, 16 Apr 2002 11:35:25 +0000 (+0000) Subject: Ooops. Comments in .mly must be delimited by /* and */ X-Git-Tag: V_0_3_0_debian_8~147 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=e723f4a9cccc54aa03f1857ae5768eb41bcffefd Ooops. Comments in .mly must be delimited by /* and */ --- diff --git a/helm/ocaml/cic_textual_parser/cicTextualParser.mly b/helm/ocaml/cic_textual_parser/cicTextualParser.mly index b322831cc..a98628702 100644 --- a/helm/ocaml/cic_textual_parser/cicTextualParser.mly +++ b/helm/ocaml/cic_textual_parser/cicTextualParser.mly @@ -1,4 +1,4 @@ -(* Copyright (C) 2000, HELM Team. +/* Copyright (C) 2000, HELM Team. * * This file is part of HELM, an Hypertextual, Electronic * Library of Mathematics, developed at the Computer Science @@ -21,7 +21,7 @@ * * For details, see the HELM World-Wide-Web page, * http://cs.unibo.it/helm/. - *) + */ %{ open Cic;;