]> matita.cs.unibo.it Git - helm.git/commitdiff
Ooops. Comments in .mly must be delimited by /* and */
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 16 Apr 2002 11:35:25 +0000 (11:35 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 16 Apr 2002 11:35:25 +0000 (11:35 +0000)
helm/ocaml/cic_textual_parser/cicTextualParser.mly

index b322831cc8052f08596c7dbadfe7e7677e6394a9..a98628702a0a759280434ad8ce00f4eca1827ad2 100644 (file)
@@ -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;;