From 08eca96e71d96ad1f8e9b888875ab5570f208d19 Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Wed, 17 Feb 2021 14:05:02 -0500 Subject: Get all the games compiling for iOS --- atc/grammar.y | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'atc/grammar.y') diff --git a/atc/grammar.y b/atc/grammar.y index 33845913..7be22b22 100644 --- a/atc/grammar.y +++ b/atc/grammar.y @@ -67,6 +67,7 @@ __RCSID("$NetBSD: grammar.y,v 1.12 2015/06/19 06:02:31 dholland Exp $"); #endif /* not lint */ #include +#include #include "def.h" #include "struct.h" @@ -78,6 +79,11 @@ int line = 1; static int errors = 0; static int yyerror(const char *); +static int checkdefs(void); +static void check_point(int x, int y); +static void check_edir(int x, int y, int dir); +static void check_line(int px1, int py1, int px2, int py2); +static void check_edge(int x, int y); %} %% -- cgit v1.2.3-56-ge451