From: dtrg Date: Sat, 22 Jul 2006 21:01:15 +0000 (+0000) Subject: Rationalised use of #includes to be more standards-compliant. X-Git-Tag: release-6-0-pre-1~88 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2dbc112117ddcdfb6932e0d8d542f8edc85eb20e;p=ack.git Rationalised use of #includes to be more standards-compliant. --- diff --git a/lang/pc/comp/LLlex.c b/lang/pc/comp/LLlex.c index a28138dee..404358070 100644 --- a/lang/pc/comp/LLlex.c +++ b/lang/pc/comp/LLlex.c @@ -1,5 +1,8 @@ /* L E X I C A L A N A L Y S E R F O R I S O - P A S C A L */ +#include +#include +#include #include "debug.h" #include "idfsize.h" #include "numsize.h" diff --git a/lang/pc/comp/code.c b/lang/pc/comp/code.c index b19db9d72..8f2efd8f0 100644 --- a/lang/pc/comp/code.c +++ b/lang/pc/comp/code.c @@ -1,5 +1,7 @@ /* C O D E G E N E R A T I O N R O U T I N E S */ +#include +#include #include "debug.h" #include #include diff --git a/lang/pc/comp/cstoper.c b/lang/pc/comp/cstoper.c index a35a32c94..fea4c7e14 100644 --- a/lang/pc/comp/cstoper.c +++ b/lang/pc/comp/cstoper.c @@ -1,5 +1,7 @@ /* C O N S T A N T E X P R E S S I O N H A N D L I N G */ +#include +#include #include "debug.h" #include "target_sizes.h" diff --git a/lang/pc/comp/input.c b/lang/pc/comp/input.c index 44759fc20..34bb8b2c7 100644 --- a/lang/pc/comp/input.c +++ b/lang/pc/comp/input.c @@ -1,5 +1,8 @@ /* I N S T A N T I A T I O N O F I N P U T P A C K A G E */ +#include +#include +#include #include "f_info.h" struct f_info file_info; #include "input.h" diff --git a/lang/pc/comp/main.c b/lang/pc/comp/main.c index f121dd8f8..fcab091a2 100644 --- a/lang/pc/comp/main.c +++ b/lang/pc/comp/main.c @@ -1,5 +1,7 @@ /* M A I N P R O G R A M */ +#include +#include #include "debug.h" #include diff --git a/lang/pc/comp/misc.c b/lang/pc/comp/misc.c index 901d4e845..9ded3ef6a 100644 --- a/lang/pc/comp/misc.c +++ b/lang/pc/comp/misc.c @@ -1,5 +1,7 @@ /* M I S C E L L A N E O U S R O U T I N E S */ +#include +#include #include #include