https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4571c96534b9bc72f790f…
commit 4571c96534b9bc72f790f739a3c1bfff4afa2233
Author: Victor Perevertkin <victor.perevertkin(a)reactos.org>
AuthorDate: Thu Mar 24 02:33:51 2022 +0300
Commit: Victor Perevertkin <victor.perevertkin(a)reactos.org>
CommitDate: Tue Apr 26 03:38:36 2022 +0300
[COMPILER_APITEST] Remove unused variable from MS SEH tests
---
modules/rostests/apitests/compiler/ms/seh/seh0001.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0002.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0003.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0004.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0005.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0006.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0007.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0008.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0009.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0010.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0011.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0012.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0013.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0014.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0015.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0016.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0017.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0018.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0019.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0020.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0021.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0022.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0023.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0024.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0025.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0026.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0027.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0028.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0029.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0030.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0031.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0032.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0033.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0034.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0035.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0036.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0037.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0038.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0039.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0040.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0041.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0042.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0043.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0044.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0045.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0046.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0047.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0048.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0049.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0050.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0051.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0052.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0053.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0054.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0055.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0056.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0057.c | 1 -
modules/rostests/apitests/compiler/ms/seh/seh0058.c | 1 -
58 files changed, 58 deletions(-)
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0001.c
b/modules/rostests/apitests/compiler/ms/seh/seh0001.c
index c041b05c44a..6b8cb85e55c 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0001.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0001.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0001.c";
-int perfect;
int main() {
long Counter;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0002.c
b/modules/rostests/apitests/compiler/ms/seh/seh0002.c
index b078aa6ffea..ceff322d67b 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0002.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0002.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0002.c";
-int perfect;
int main() {
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0003.c
b/modules/rostests/apitests/compiler/ms/seh/seh0003.c
index d453b71db27..00a96fe78bd 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0003.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0003.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0003.c";
-int perfect;
int main() {
LONG Counter;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0004.c
b/modules/rostests/apitests/compiler/ms/seh/seh0004.c
index 77b81898452..0aedd536990 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0004.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0004.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0004.c";
-int perfect;
int main() {
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0005.c
b/modules/rostests/apitests/compiler/ms/seh/seh0005.c
index 627d8fdb7b7..6572bb10974 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0005.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0005.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0005.c";
-int perfect;
int main() {
PLONG BadAddress;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0006.c
b/modules/rostests/apitests/compiler/ms/seh/seh0006.c
index 7163cb59a03..5b4aee0acbf 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0006.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0006.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0006.c";
-int perfect;
int main() {
LONG Counter;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0007.c
b/modules/rostests/apitests/compiler/ms/seh/seh0007.c
index fcf402e0236..6f890caa475 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0007.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0007.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0007.c";
-int perfect;
int main() {
PLONG BadAddress;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0008.c
b/modules/rostests/apitests/compiler/ms/seh/seh0008.c
index d0d105d2279..ddf1cc658a2 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0008.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0008.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0008.c";
-int perfect;
void rtlRaiseStatus(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0);
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0009.c
b/modules/rostests/apitests/compiler/ms/seh/seh0009.c
index 53c6f4472d1..1e310741e8a 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0009.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0009.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0009.c";
-int perfect;
void AccessViolation(PLONG BlackHole, PLONG BadAddress) {
*BlackHole += *BadAddress;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0010.c
b/modules/rostests/apitests/compiler/ms/seh/seh0010.c
index 35ccae033ba..0ad8f306290 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0010.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0010.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0010.c";
-int perfect;
void rtlRaiseExcpt(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0);
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0011.c
b/modules/rostests/apitests/compiler/ms/seh/seh0011.c
index 0572234efa3..24874381ad8 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0011.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0011.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0011.c";
-int perfect;
void AccessViolation(PLONG BlackHole, PLONG BadAddress) {
*BlackHole += *BadAddress;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0012.c
b/modules/rostests/apitests/compiler/ms/seh/seh0012.c
index d85c16f79ec..e029df2697d 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0012.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0012.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0012.c";
-int perfect;
void rtlRaiseException(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0);
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0013.c
b/modules/rostests/apitests/compiler/ms/seh/seh0013.c
index d3a6c04c8a8..f8b34944d05 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0013.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0013.c
@@ -7,7 +7,6 @@
#include "seh.h"
char test[] = "SEH0013.c";
-int perfect;
void rtlRaiseException(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0);
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0014.c
b/modules/rostests/apitests/compiler/ms/seh/seh0014.c
index e8864a43263..41822709880 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0014.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0014.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0014.c";
-int perfect;
void rtlRaiseExceptin(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0);
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0015.c
b/modules/rostests/apitests/compiler/ms/seh/seh0015.c
index 8a11e044918..57c0eab06a4 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0015.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0015.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0015.c";
-int perfect;
int main() {
LONG Counter;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0016.c
b/modules/rostests/apitests/compiler/ms/seh/seh0016.c
index c56f406963e..007f9d66b22 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0016.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0016.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0016.c";
-int perfect;
void rtlRaiseExceptin(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0);
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0017.c
b/modules/rostests/apitests/compiler/ms/seh/seh0017.c
index d600dda5f01..f7a71e88482 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0017.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0017.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0017.c";
-int perfect;
int main() {
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0018.c
b/modules/rostests/apitests/compiler/ms/seh/seh0018.c
index 607598ed213..b0df995e112 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0018.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0018.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0018.c";
-int perfect;
void rtlRaiseException(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0);
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0019.c
b/modules/rostests/apitests/compiler/ms/seh/seh0019.c
index 88654a4eb3c..0139091880f 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0019.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0019.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0019.c";
-int perfect;
void fret(PLONG Counter) {
try {
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0020.c
b/modules/rostests/apitests/compiler/ms/seh/seh0020.c
index 2644a83b163..317512c1f16 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0020.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0020.c
@@ -7,7 +7,6 @@
#include "seh.h"
char test[] = "SEH0020.c";
-int perfect;
int main() {
jmp_buf JumpBuffer;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0021.c
b/modules/rostests/apitests/compiler/ms/seh/seh0021.c
index 2cd5673b523..4bb81b8f058 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0021.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0021.c
@@ -7,7 +7,6 @@
#include "seh.h"
char test[] = "SEH0021.c";
-int perfect;
int main() {
jmp_buf JumpBuffer;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0022.c
b/modules/rostests/apitests/compiler/ms/seh/seh0022.c
index 04fd727ca94..04dab71cc16 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0022.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0022.c
@@ -7,7 +7,6 @@
#include "seh.h"
char test[] = "SEH0022.c";
-int perfect;
int main() {
jmp_buf JumpBuffer;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0023.c
b/modules/rostests/apitests/compiler/ms/seh/seh0023.c
index 40294bac20f..b188df96109 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0023.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0023.c
@@ -7,7 +7,6 @@
#include "seh.h"
char test[] = "SEH0023.c";
-int perfect;
int main() {
jmp_buf JumpBuffer;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0024.c
b/modules/rostests/apitests/compiler/ms/seh/seh0024.c
index 152d13cdf30..c9543d1f2a4 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0024.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0024.c
@@ -17,7 +17,6 @@
#include "seh.h"
char test[] = "SEH0024.c";
-int perfect;
int main() {
jmp_buf JumpBuffer;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0025.c
b/modules/rostests/apitests/compiler/ms/seh/seh0025.c
index 5d1cc8ce372..1748d2f9cd2 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0025.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0025.c
@@ -7,7 +7,6 @@
#include "seh.h"
char test[] = "SEH0025.c";
-int perfect;
void dojump(jmp_buf JumpBuffer, PLONG Counter) {
try {
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0026.c
b/modules/rostests/apitests/compiler/ms/seh/seh0026.c
index d1a6ef11539..35d215a7e2d 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0026.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0026.c
@@ -8,7 +8,6 @@
#include "seh.h"
char test[] = "SEH0026.c";
-int perfect;
void dojump(jmp_buf JumpBuffer, PLONG Counter) {
try {
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0027.c
b/modules/rostests/apitests/compiler/ms/seh/seh0027.c
index 26e79830a74..d78bfe88b83 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0027.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0027.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0027.c";
-int perfect;
void rtlRaiseStatus(DWORD Status) {
RaiseException(Status, 0, /*no flags*/ 0, 0);
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0028.c
b/modules/rostests/apitests/compiler/ms/seh/seh0028.c
index a59918a27b2..5e428cce80f 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0028.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0028.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0028.c";
-int perfect;
void addtwo(long First, long Second, long *Place) {
RaiseException(EXCEPTION_INT_OVERFLOW, 0, /*no flags*/ 0, 0);
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0029.c
b/modules/rostests/apitests/compiler/ms/seh/seh0029.c
index 927a70eb750..43a14327536 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0029.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0029.c
@@ -10,7 +10,6 @@
#define finish()
char test[] = "SEH0029.c";
-int perfect;
void AccessViolation(PLONG BlackHole, PLONG BadAddress) {
*BlackHole += *BadAddress;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0030.c
b/modules/rostests/apitests/compiler/ms/seh/seh0030.c
index 8fff3ab0e48..9c49b95e32c 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0030.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0030.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0030.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0031.c
b/modules/rostests/apitests/compiler/ms/seh/seh0031.c
index 24269a955e0..b244dbbee62 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0031.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0031.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0031.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0032.c
b/modules/rostests/apitests/compiler/ms/seh/seh0032.c
index 365ac24984d..8eee604c306 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0032.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0032.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0032.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0033.c
b/modules/rostests/apitests/compiler/ms/seh/seh0033.c
index 61561503b53..36c15117a30 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0033.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0033.c
@@ -10,7 +10,6 @@
#define finish()
char test[] = "SEH0033.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0034.c
b/modules/rostests/apitests/compiler/ms/seh/seh0034.c
index 5bedbc29faf..77d2de400b6 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0034.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0034.c
@@ -10,7 +10,6 @@
#define finish()
char test[] = "SEH0034.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0035.c
b/modules/rostests/apitests/compiler/ms/seh/seh0035.c
index 5490efe1363..eb70e6b230b 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0035.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0035.c
@@ -10,7 +10,6 @@
#define finish()
char test[] = "SEH0035.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0036.c
b/modules/rostests/apitests/compiler/ms/seh/seh0036.c
index 8bf471a8181..19b56f30a10 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0036.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0036.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0036.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0037.c
b/modules/rostests/apitests/compiler/ms/seh/seh0037.c
index ea4a60341f6..6175e111e8a 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0037.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0037.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0037.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0038.c
b/modules/rostests/apitests/compiler/ms/seh/seh0038.c
index 9c4a79b197b..8b0c92c6c69 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0038.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0038.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0038.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0039.c
b/modules/rostests/apitests/compiler/ms/seh/seh0039.c
index f230c808b27..92358cbb534 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0039.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0039.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0039.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0040.c
b/modules/rostests/apitests/compiler/ms/seh/seh0040.c
index 39d28875d82..c612add1823 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0040.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0040.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0040.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0041.c
b/modules/rostests/apitests/compiler/ms/seh/seh0041.c
index 25809fcbd68..519d76b6155 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0041.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0041.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0041.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0042.c
b/modules/rostests/apitests/compiler/ms/seh/seh0042.c
index 654f2f5df31..ebb7dbcb727 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0042.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0042.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0042.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0043.c
b/modules/rostests/apitests/compiler/ms/seh/seh0043.c
index c7a2c07566c..c268bcfc124 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0043.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0043.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0043.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0044.c
b/modules/rostests/apitests/compiler/ms/seh/seh0044.c
index 23313dbd631..91cb56a4acd 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0044.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0044.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0044.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0045.c
b/modules/rostests/apitests/compiler/ms/seh/seh0045.c
index 5a8a7a0f430..1159a9440e4 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0045.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0045.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0045.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0046.c
b/modules/rostests/apitests/compiler/ms/seh/seh0046.c
index 76d0494a667..f88cfb377d6 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0046.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0046.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0046.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0047.c
b/modules/rostests/apitests/compiler/ms/seh/seh0047.c
index 10f8422734a..5e946e7f70e 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0047.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0047.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0047.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0048.c
b/modules/rostests/apitests/compiler/ms/seh/seh0048.c
index 5b95ef1b421..89e57243010 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0048.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0048.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0048.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0049.c
b/modules/rostests/apitests/compiler/ms/seh/seh0049.c
index 5fc9a57366e..e9fbbc033d7 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0049.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0049.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0049.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0050.c
b/modules/rostests/apitests/compiler/ms/seh/seh0050.c
index 321f745575d..8381bb6e1f0 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0050.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0050.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0050.c";
-int perfect;
int main() {
ULONG Index1;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0051.c
b/modules/rostests/apitests/compiler/ms/seh/seh0051.c
index 0f21d7542e5..af82a5608bf 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0051.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0051.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0051.c";
-int perfect;
LONG Echo(LONG Value) { return Value; }
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0052.c
b/modules/rostests/apitests/compiler/ms/seh/seh0052.c
index a364b0a95c7..fe1095bea7b 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0052.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0052.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "seh0052.c";
-int perfect;
LONG Echo(LONG Value) { return Value; }
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0053.c
b/modules/rostests/apitests/compiler/ms/seh/seh0053.c
index 7b0732d97c4..03310e72f52 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0053.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0053.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "seh0053.c";
-int perfect;
#define BLUE 0
#define RED 1
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0054.c
b/modules/rostests/apitests/compiler/ms/seh/seh0054.c
index bcb4e0eba7a..231a38e42f8 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0054.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0054.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "seh0054.c";
-int perfect;
LONG Echo(LONG Value) { return Value; }
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0055.c
b/modules/rostests/apitests/compiler/ms/seh/seh0055.c
index af5545a71a1..b92deed031a 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0055.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0055.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "seh0055.c";
-int perfect;
LONG Echo(LONG Value) { return Value; }
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0056.c
b/modules/rostests/apitests/compiler/ms/seh/seh0056.c
index 7e461305231..8494e93c4df 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0056.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0056.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0056.c";
-int perfect;
int main() {
LONG Counter;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0057.c
b/modules/rostests/apitests/compiler/ms/seh/seh0057.c
index 87f1b215a23..3f736a733fa 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0057.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0057.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "seh0057.c";
-int perfect;
int main() {
LONG Counter;
diff --git a/modules/rostests/apitests/compiler/ms/seh/seh0058.c
b/modules/rostests/apitests/compiler/ms/seh/seh0058.c
index d32488a3a85..988873daf72 100644
--- a/modules/rostests/apitests/compiler/ms/seh/seh0058.c
+++ b/modules/rostests/apitests/compiler/ms/seh/seh0058.c
@@ -6,7 +6,6 @@
#include "seh.h"
char test[] = "SEH0058.c";
-int perfect;
int main() {
LONG Counter;