From 1c2872cab65cdb18a3a48ef5b67a349d50733b2c Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 12 Feb 2023 22:21:42 -0800 Subject: [PATCH] working on parsing glider --- src/flight.h | 4 +-- src/flight.re.c | 66 +++++++++++++++++++++++++++++++++++++++++-------- src/pair.c | 12 +++++++-- src/pair.h | 2 ++ 4 files changed, 70 insertions(+), 14 deletions(-) diff --git a/src/flight.h b/src/flight.h index a438f10..87fb32e 100644 --- a/src/flight.h +++ b/src/flight.h @@ -26,7 +26,7 @@ static const char *flight_type_string[] = { FLIGHT_TYPE }; #include "pair.h" struct glider { - struct pair type, reg, launch; + struct pair type, reg, launch, landing; enum launch_type how; unsigned height_ft, pilot_min, dual_min, instr_min; struct pair remarks; @@ -64,7 +64,7 @@ struct flight_tree_iterator { struct tree_flight_iterator _; }; || !defined BASE && !defined GENERIC && !defined PROTO /*