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