]> matita.cs.unibo.it Git - helm.git/commitdiff
we removed an extra dot from the "include" syntax
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 5 Apr 2011 15:59:50 +0000 (15:59 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 5 Apr 2011 15:59:50 +0000 (15:59 +0000)
matita/components/grafite/grafiteAstPp.ml

index 48fc8691c08c37b66a6425d1cd944760c0b24564..eda934d68bdebadbc5ca4d4ac3d7e8c4d04e143f 100644 (file)
@@ -178,9 +178,9 @@ let pp_ncommand status = function
             map)
   | Include (_,mode,path) -> (* not precise, since path is absolute *)
       if mode = WithPreferences then
-        "include \"" ^ path ^ "\"."
+        "include \"" ^ path ^ "\""
       else
-        "include' \"" ^ path ^ "\"."
+        "include' \"" ^ path ^ "\""
   | Alias (_,s) -> pp_alias s
   | Interpretation (_, dsc, (symbol, arg_patterns), cic_appl_pattern) ->
       pp_interpretation dsc symbol arg_patterns cic_appl_pattern