*** empty log message ***

This commit is contained in:
Pascal Brisset
2006-06-21 15:36:46 +00:00
parent 0c7dfff6c3
commit 67a36a9bde
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
Q=@
OCAML=ocaml
OCAMLC=ocamlc -I ../lib/ocaml
OCAMLC=ocamlc -g -I ../lib/ocaml
OCAMLLEX=ocamllex
OCAMLYACC=ocamlyacc
+1 -1
View File
@@ -264,7 +264,7 @@ let parse_include = fun dir include_xml ->
let env = List.map (fun xml -> value xml env) params in
let waypoints = Xml.children (ExtXml.child proc "waypoints")
and exceptions = Xml.children (ExtXml.child proc "exceptions")
and exceptions = try Xml.children (ExtXml.child proc "exceptions") with Not_found -> []
and blocks = Xml.children (ExtXml.child proc "blocks") in
let waypoints = List.map (transform_waypoint prefix affine) waypoints