From e510b7da173eb738adc9bfdaefebb0795effef5c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 1 May 2005 06:27:14 +0000 Subject: Include instead of (obsolete). --- c/src/ada-tests/mptests/mp01/config.h | 2 +- c/src/ada-tests/samples/base_mp/config.h | 2 +- c/src/ada-tests/samples/base_sp/config.h | 2 +- c/src/ada-tests/samples/hello/config.h | 2 +- c/src/ada-tests/samples/ticker/config.h | 2 +- c/src/ada-tests/sptests/sp01/config.h | 2 +- c/src/ada-tests/sptests/sp02/config.h | 2 +- c/src/ada-tests/sptests/sp03/config.h | 2 +- c/src/ada-tests/sptests/sp04/config.h | 2 +- c/src/ada-tests/sptests/sp05/config.h | 2 +- c/src/ada-tests/sptests/sp06/config.h | 2 +- c/src/ada-tests/sptests/sp07/config.h | 2 +- c/src/ada-tests/sptests/sp08/config.h | 2 +- c/src/ada-tests/sptests/sp09/config.h | 2 +- c/src/ada-tests/sptests/sp11/config.h | 2 +- c/src/ada-tests/sptests/sp12/config.h | 2 +- c/src/ada-tests/sptests/sp13/config.h | 2 +- c/src/ada-tests/sptests/sp14/config.h | 2 +- c/src/ada-tests/sptests/sp15/config.h | 2 +- c/src/ada-tests/sptests/sp16/config.h | 2 +- c/src/ada-tests/sptests/sp17/config.h | 2 +- c/src/ada-tests/sptests/sp19/config.h | 2 +- c/src/ada-tests/sptests/sp20/config.h | 2 +- c/src/ada-tests/sptests/sp21/config.h | 2 +- c/src/ada-tests/sptests/sp22/config.h | 2 +- c/src/ada-tests/sptests/sp23/config.h | 2 +- c/src/ada-tests/sptests/sp24/config.h | 2 +- c/src/ada-tests/sptests/sp25/config.h | 2 +- c/src/ada-tests/tmtests/tm01/config.h | 2 +- c/src/ada-tests/tmtests/tm02/config.h | 2 +- c/src/ada-tests/tmtests/tm03/config.h | 2 +- c/src/ada-tests/tmtests/tm04/config.h | 2 +- c/src/ada-tests/tmtests/tm05/config.h | 2 +- c/src/ada-tests/tmtests/tm06/config.h | 2 +- c/src/ada-tests/tmtests/tm07/config.h | 2 +- c/src/ada-tests/tmtests/tm08/config.h | 2 +- c/src/ada-tests/tmtests/tm09/config.h | 2 +- c/src/ada-tests/tmtests/tm10/config.h | 2 +- c/src/ada-tests/tmtests/tm11/config.h | 2 +- c/src/ada-tests/tmtests/tm12/config.h | 2 +- c/src/ada-tests/tmtests/tm13/config.h | 2 +- c/src/ada-tests/tmtests/tm14/config.h | 2 +- c/src/ada-tests/tmtests/tm15/config.h | 2 +- c/src/ada-tests/tmtests/tm16/config.h | 2 +- c/src/ada-tests/tmtests/tm17/config.h | 2 +- c/src/ada-tests/tmtests/tm18/config.h | 2 +- c/src/ada-tests/tmtests/tm19/config.h | 2 +- c/src/ada-tests/tmtests/tm20/config.h | 2 +- c/src/ada-tests/tmtests/tm21/config.h | 2 +- c/src/ada-tests/tmtests/tm22/config.h | 2 +- c/src/ada-tests/tmtests/tm23/config.h | 2 +- c/src/ada-tests/tmtests/tm24/config.h | 2 +- c/src/ada-tests/tmtests/tm25/config.h | 2 +- c/src/ada-tests/tmtests/tm28/config.h | 2 +- c/src/ada-tests/tmtests/tm29/config.h | 2 +- c/src/ada-tests/tmtests/tmck/config.h | 2 +- c/src/ada-tests/tmtests/tmoverhd/config.h | 2 +- 57 files changed, 57 insertions(+), 57 deletions(-) diff --git a/c/src/ada-tests/mptests/mp01/config.h b/c/src/ada-tests/mptests/mp01/config.h index b1d1ef346b..6145833561 100644 --- a/c/src/ada-tests/mptests/mp01/config.h +++ b/c/src/ada-tests/mptests/mp01/config.h @@ -27,6 +27,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/samples/base_mp/config.h b/c/src/ada-tests/samples/base_mp/config.h index e257234bfe..602adf376e 100644 --- a/c/src/ada-tests/samples/base_mp/config.h +++ b/c/src/ada-tests/samples/base_mp/config.h @@ -33,6 +33,6 @@ * Put the overrides of default configuration parameters here. */ -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/samples/base_sp/config.h b/c/src/ada-tests/samples/base_sp/config.h index db2b4b54d6..ca736e5f57 100644 --- a/c/src/ada-tests/samples/base_sp/config.h +++ b/c/src/ada-tests/samples/base_sp/config.h @@ -27,6 +27,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/samples/hello/config.h b/c/src/ada-tests/samples/hello/config.h index 7ef09cdb1c..9b1ad77258 100644 --- a/c/src/ada-tests/samples/hello/config.h +++ b/c/src/ada-tests/samples/hello/config.h @@ -28,6 +28,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/samples/ticker/config.h b/c/src/ada-tests/samples/ticker/config.h index db2b4b54d6..ca736e5f57 100644 --- a/c/src/ada-tests/samples/ticker/config.h +++ b/c/src/ada-tests/samples/ticker/config.h @@ -27,6 +27,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp01/config.h b/c/src/ada-tests/sptests/sp01/config.h index dbe06b30bf..bf8636cb48 100644 --- a/c/src/ada-tests/sptests/sp01/config.h +++ b/c/src/ada-tests/sptests/sp01/config.h @@ -29,6 +29,6 @@ #define CONFIGURE_MAXIMUM_TASKS 4 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp02/config.h b/c/src/ada-tests/sptests/sp02/config.h index db2b4b54d6..ca736e5f57 100644 --- a/c/src/ada-tests/sptests/sp02/config.h +++ b/c/src/ada-tests/sptests/sp02/config.h @@ -27,6 +27,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp03/config.h b/c/src/ada-tests/sptests/sp03/config.h index db2b4b54d6..ca736e5f57 100644 --- a/c/src/ada-tests/sptests/sp03/config.h +++ b/c/src/ada-tests/sptests/sp03/config.h @@ -27,6 +27,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp04/config.h b/c/src/ada-tests/sptests/sp04/config.h index d3c7e768b0..94e86f8ba0 100644 --- a/c/src/ada-tests/sptests/sp04/config.h +++ b/c/src/ada-tests/sptests/sp04/config.h @@ -32,6 +32,6 @@ #define CONFIGURE_MAXIMUM_TASKS 4 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp05/config.h b/c/src/ada-tests/sptests/sp05/config.h index e738ffbb2d..d25b638ea0 100644 --- a/c/src/ada-tests/sptests/sp05/config.h +++ b/c/src/ada-tests/sptests/sp05/config.h @@ -29,6 +29,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp06/config.h b/c/src/ada-tests/sptests/sp06/config.h index e738ffbb2d..d25b638ea0 100644 --- a/c/src/ada-tests/sptests/sp06/config.h +++ b/c/src/ada-tests/sptests/sp06/config.h @@ -29,6 +29,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp07/config.h b/c/src/ada-tests/sptests/sp07/config.h index 3ca388aa34..f00279c580 100644 --- a/c/src/ada-tests/sptests/sp07/config.h +++ b/c/src/ada-tests/sptests/sp07/config.h @@ -30,6 +30,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp08/config.h b/c/src/ada-tests/sptests/sp08/config.h index e738ffbb2d..d25b638ea0 100644 --- a/c/src/ada-tests/sptests/sp08/config.h +++ b/c/src/ada-tests/sptests/sp08/config.h @@ -29,6 +29,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp09/config.h b/c/src/ada-tests/sptests/sp09/config.h index 142b18c4d6..63cb9679cd 100644 --- a/c/src/ada-tests/sptests/sp09/config.h +++ b/c/src/ada-tests/sptests/sp09/config.h @@ -36,6 +36,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp11/config.h b/c/src/ada-tests/sptests/sp11/config.h index c34918c38b..ffe1d02563 100644 --- a/c/src/ada-tests/sptests/sp11/config.h +++ b/c/src/ada-tests/sptests/sp11/config.h @@ -30,6 +30,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp12/config.h b/c/src/ada-tests/sptests/sp12/config.h index 120b1c9678..9c64968b6f 100644 --- a/c/src/ada-tests/sptests/sp12/config.h +++ b/c/src/ada-tests/sptests/sp12/config.h @@ -30,6 +30,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp13/config.h b/c/src/ada-tests/sptests/sp13/config.h index bc75ccce85..b37d709e79 100644 --- a/c/src/ada-tests/sptests/sp13/config.h +++ b/c/src/ada-tests/sptests/sp13/config.h @@ -30,6 +30,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp14/config.h b/c/src/ada-tests/sptests/sp14/config.h index b547d0232c..21a0b641bb 100644 --- a/c/src/ada-tests/sptests/sp14/config.h +++ b/c/src/ada-tests/sptests/sp14/config.h @@ -30,6 +30,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp15/config.h b/c/src/ada-tests/sptests/sp15/config.h index 612fcb2da2..ec2b0904d5 100644 --- a/c/src/ada-tests/sptests/sp15/config.h +++ b/c/src/ada-tests/sptests/sp15/config.h @@ -30,6 +30,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp16/config.h b/c/src/ada-tests/sptests/sp16/config.h index ffb5c2f1a8..36382edc88 100644 --- a/c/src/ada-tests/sptests/sp16/config.h +++ b/c/src/ada-tests/sptests/sp16/config.h @@ -30,6 +30,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp17/config.h b/c/src/ada-tests/sptests/sp17/config.h index cb5d264bb0..a1cf973102 100644 --- a/c/src/ada-tests/sptests/sp17/config.h +++ b/c/src/ada-tests/sptests/sp17/config.h @@ -30,6 +30,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp19/config.h b/c/src/ada-tests/sptests/sp19/config.h index db2b4b54d6..ca736e5f57 100644 --- a/c/src/ada-tests/sptests/sp19/config.h +++ b/c/src/ada-tests/sptests/sp19/config.h @@ -27,6 +27,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp20/config.h b/c/src/ada-tests/sptests/sp20/config.h index 58a5d5f799..dbbf21fdf9 100644 --- a/c/src/ada-tests/sptests/sp20/config.h +++ b/c/src/ada-tests/sptests/sp20/config.h @@ -29,6 +29,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp21/config.h b/c/src/ada-tests/sptests/sp21/config.h index a862b7cf6a..18649d21af 100644 --- a/c/src/ada-tests/sptests/sp21/config.h +++ b/c/src/ada-tests/sptests/sp21/config.h @@ -28,6 +28,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp22/config.h b/c/src/ada-tests/sptests/sp22/config.h index 522587d43b..db927234c6 100644 --- a/c/src/ada-tests/sptests/sp22/config.h +++ b/c/src/ada-tests/sptests/sp22/config.h @@ -29,6 +29,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp23/config.h b/c/src/ada-tests/sptests/sp23/config.h index 2fa2a59418..91b47f8db8 100644 --- a/c/src/ada-tests/sptests/sp23/config.h +++ b/c/src/ada-tests/sptests/sp23/config.h @@ -29,6 +29,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp24/config.h b/c/src/ada-tests/sptests/sp24/config.h index 1bf7ff375a..1ea19eccaf 100644 --- a/c/src/ada-tests/sptests/sp24/config.h +++ b/c/src/ada-tests/sptests/sp24/config.h @@ -29,6 +29,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/sptests/sp25/config.h b/c/src/ada-tests/sptests/sp25/config.h index 9afebb758d..5a10808b70 100644 --- a/c/src/ada-tests/sptests/sp25/config.h +++ b/c/src/ada-tests/sptests/sp25/config.h @@ -29,6 +29,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm01/config.h b/c/src/ada-tests/tmtests/tm01/config.h index 26ecc653d0..e31ed69972 100644 --- a/c/src/ada-tests/tmtests/tm01/config.h +++ b/c/src/ada-tests/tmtests/tm01/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm02/config.h b/c/src/ada-tests/tmtests/tm02/config.h index c8b3c92095..4de41464ba 100644 --- a/c/src/ada-tests/tmtests/tm02/config.h +++ b/c/src/ada-tests/tmtests/tm02/config.h @@ -32,6 +32,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm03/config.h b/c/src/ada-tests/tmtests/tm03/config.h index c8b3c92095..4de41464ba 100644 --- a/c/src/ada-tests/tmtests/tm03/config.h +++ b/c/src/ada-tests/tmtests/tm03/config.h @@ -32,6 +32,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm04/config.h b/c/src/ada-tests/tmtests/tm04/config.h index e069dbb127..45368d6b82 100644 --- a/c/src/ada-tests/tmtests/tm04/config.h +++ b/c/src/ada-tests/tmtests/tm04/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm05/config.h b/c/src/ada-tests/tmtests/tm05/config.h index c8b3c92095..4de41464ba 100644 --- a/c/src/ada-tests/tmtests/tm05/config.h +++ b/c/src/ada-tests/tmtests/tm05/config.h @@ -32,6 +32,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm06/config.h b/c/src/ada-tests/tmtests/tm06/config.h index c8b3c92095..4de41464ba 100644 --- a/c/src/ada-tests/tmtests/tm06/config.h +++ b/c/src/ada-tests/tmtests/tm06/config.h @@ -32,6 +32,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm07/config.h b/c/src/ada-tests/tmtests/tm07/config.h index c8b3c92095..4de41464ba 100644 --- a/c/src/ada-tests/tmtests/tm07/config.h +++ b/c/src/ada-tests/tmtests/tm07/config.h @@ -32,6 +32,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm08/config.h b/c/src/ada-tests/tmtests/tm08/config.h index c8b3c92095..4de41464ba 100644 --- a/c/src/ada-tests/tmtests/tm08/config.h +++ b/c/src/ada-tests/tmtests/tm08/config.h @@ -32,6 +32,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm09/config.h b/c/src/ada-tests/tmtests/tm09/config.h index 3cf8858ece..894a8d17ea 100644 --- a/c/src/ada-tests/tmtests/tm09/config.h +++ b/c/src/ada-tests/tmtests/tm09/config.h @@ -30,6 +30,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm10/config.h b/c/src/ada-tests/tmtests/tm10/config.h index 1dfe1378f3..dc6b311bde 100644 --- a/c/src/ada-tests/tmtests/tm10/config.h +++ b/c/src/ada-tests/tmtests/tm10/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm11/config.h b/c/src/ada-tests/tmtests/tm11/config.h index 2bb23b5e29..5630d73e67 100644 --- a/c/src/ada-tests/tmtests/tm11/config.h +++ b/c/src/ada-tests/tmtests/tm11/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm12/config.h b/c/src/ada-tests/tmtests/tm12/config.h index 2bb23b5e29..5630d73e67 100644 --- a/c/src/ada-tests/tmtests/tm12/config.h +++ b/c/src/ada-tests/tmtests/tm12/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm13/config.h b/c/src/ada-tests/tmtests/tm13/config.h index 2bb23b5e29..5630d73e67 100644 --- a/c/src/ada-tests/tmtests/tm13/config.h +++ b/c/src/ada-tests/tmtests/tm13/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm14/config.h b/c/src/ada-tests/tmtests/tm14/config.h index 2bb23b5e29..5630d73e67 100644 --- a/c/src/ada-tests/tmtests/tm14/config.h +++ b/c/src/ada-tests/tmtests/tm14/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm15/config.h b/c/src/ada-tests/tmtests/tm15/config.h index 2bb23b5e29..5630d73e67 100644 --- a/c/src/ada-tests/tmtests/tm15/config.h +++ b/c/src/ada-tests/tmtests/tm15/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm16/config.h b/c/src/ada-tests/tmtests/tm16/config.h index 2bb23b5e29..5630d73e67 100644 --- a/c/src/ada-tests/tmtests/tm16/config.h +++ b/c/src/ada-tests/tmtests/tm16/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm17/config.h b/c/src/ada-tests/tmtests/tm17/config.h index 2bb23b5e29..5630d73e67 100644 --- a/c/src/ada-tests/tmtests/tm17/config.h +++ b/c/src/ada-tests/tmtests/tm17/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm18/config.h b/c/src/ada-tests/tmtests/tm18/config.h index 2bb23b5e29..5630d73e67 100644 --- a/c/src/ada-tests/tmtests/tm18/config.h +++ b/c/src/ada-tests/tmtests/tm18/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm19/config.h b/c/src/ada-tests/tmtests/tm19/config.h index 2bb23b5e29..5630d73e67 100644 --- a/c/src/ada-tests/tmtests/tm19/config.h +++ b/c/src/ada-tests/tmtests/tm19/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm20/config.h b/c/src/ada-tests/tmtests/tm20/config.h index 81b0615293..b72d2f37fd 100644 --- a/c/src/ada-tests/tmtests/tm20/config.h +++ b/c/src/ada-tests/tmtests/tm20/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm21/config.h b/c/src/ada-tests/tmtests/tm21/config.h index 6d7afbf950..c2d25e8404 100644 --- a/c/src/ada-tests/tmtests/tm21/config.h +++ b/c/src/ada-tests/tmtests/tm21/config.h @@ -37,6 +37,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm22/config.h b/c/src/ada-tests/tmtests/tm22/config.h index 4e34e52cf2..140a62b940 100644 --- a/c/src/ada-tests/tmtests/tm22/config.h +++ b/c/src/ada-tests/tmtests/tm22/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm23/config.h b/c/src/ada-tests/tmtests/tm23/config.h index 7b71952fd3..59cc0fb412 100644 --- a/c/src/ada-tests/tmtests/tm23/config.h +++ b/c/src/ada-tests/tmtests/tm23/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm24/config.h b/c/src/ada-tests/tmtests/tm24/config.h index 3cee04aea5..e8c52324d0 100644 --- a/c/src/ada-tests/tmtests/tm24/config.h +++ b/c/src/ada-tests/tmtests/tm24/config.h @@ -30,6 +30,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm25/config.h b/c/src/ada-tests/tmtests/tm25/config.h index e069dbb127..45368d6b82 100644 --- a/c/src/ada-tests/tmtests/tm25/config.h +++ b/c/src/ada-tests/tmtests/tm25/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm28/config.h b/c/src/ada-tests/tmtests/tm28/config.h index d0ea87fabb..7ad77a7e23 100644 --- a/c/src/ada-tests/tmtests/tm28/config.h +++ b/c/src/ada-tests/tmtests/tm28/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tm29/config.h b/c/src/ada-tests/tmtests/tm29/config.h index 87797682ea..3ec57d489c 100644 --- a/c/src/ada-tests/tmtests/tm29/config.h +++ b/c/src/ada-tests/tmtests/tm29/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tmck/config.h b/c/src/ada-tests/tmtests/tmck/config.h index 26ecc653d0..e31ed69972 100644 --- a/c/src/ada-tests/tmtests/tmck/config.h +++ b/c/src/ada-tests/tmtests/tmck/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ diff --git a/c/src/ada-tests/tmtests/tmoverhd/config.h b/c/src/ada-tests/tmtests/tmoverhd/config.h index 26ecc653d0..e31ed69972 100644 --- a/c/src/ada-tests/tmtests/tmoverhd/config.h +++ b/c/src/ada-tests/tmtests/tmoverhd/config.h @@ -31,6 +31,6 @@ #define CONFIGURE_MAXIMUM_POSIX_MUTEXES 20 #define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES 10 -#include +#include /* end of include file */ -- cgit v1.2.3