1.1 --- a/semantics.c Mon Aug 18 09:59:41 2003 +0000 1.2 +++ b/semantics.c Tue Dec 09 17:40:54 2003 +0000 1.3 @@ -29,7 +29,11 @@ 1.4 #include <stdio.h> 1.5 1.6 #include "semantics.h" 1.7 + 1.8 +#ifdef CTL_LANG 1.9 #include "parser.tab.h" 1.10 +#endif 1.11 + 1.12 #include "tumble.h" 1.13 1.14 1.15 @@ -596,6 +600,7 @@ 1.16 } 1.17 1.18 1.19 +#ifdef CTL_LANG 1.20 bool parse_control_file (char *fn) 1.21 { 1.22 bool result = 0; 1.23 @@ -736,3 +741,4 @@ 1.24 page_index++; 1.25 } 1.26 } 1.27 +#endif /* CTL_LANG */