mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
*** empty log message ***
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
Q=@
|
||||
|
||||
OCAML=ocaml
|
||||
OCAMLC=ocamlc -I ../lib/ocaml
|
||||
OCAMLC=ocamlc -g -I ../lib/ocaml
|
||||
OCAMLLEX=ocamllex
|
||||
OCAMLYACC=ocamlyacc
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user