changeset 605:0f40e13a2f0a

- cleanups
author Tassilo Philipp
date Wed, 21 Sep 2022 14:37:09 +0200
parents 90dfdac91b9b
children 85b7a117b807
files test/suite/main.c test/suite2/main.cc test/suite2_x86win32std/main.cc test/suite_x86win32fast/main.cc test/suite_x86win32std/main.cc
diffstat 5 files changed, 0 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/test/suite/main.c	Wed Sep 21 14:36:44 2022 +0200
+++ b/test/suite/main.c	Wed Sep 21 14:37:09 2022 +0200
@@ -39,9 +39,6 @@
 DCValue*  getArg(int pos);
 
 
-typedef double precise;
-
-
 DCbool     valueBool    [NARGS];
 DCshort    valueShort   [NARGS];
 DCchar     valueChar    [NARGS];
--- a/test/suite2/main.cc	Wed Sep 21 14:36:44 2022 +0200
+++ b/test/suite2/main.cc	Wed Sep 21 14:37:09 2022 +0200
@@ -38,9 +38,6 @@
 DCValue* getArg(int pos);
 
 
-typedef double precise;
-
-
 DCbool     valueBool    [MAXARGS];
 DCchar     valueChar    [MAXARGS];
 DCshort    valueShort   [MAXARGS];
--- a/test/suite2_x86win32std/main.cc	Wed Sep 21 14:36:44 2022 +0200
+++ b/test/suite2_x86win32std/main.cc	Wed Sep 21 14:37:09 2022 +0200
@@ -39,9 +39,6 @@
 DCValue* getArg(int pos);
 
 
-typedef double precise;
-
-
 DCbool     valueBool[MAXARGS];
 DCchar     valueChar[MAXARGS];
 DCshort    valueShort[MAXARGS];
--- a/test/suite_x86win32fast/main.cc	Wed Sep 21 14:36:44 2022 +0200
+++ b/test/suite_x86win32fast/main.cc	Wed Sep 21 14:37:09 2022 +0200
@@ -39,9 +39,6 @@
 DCValue* getArg(int pos);
 
 
-typedef double precise;
-
-
 DCbool     valueBool[NARGS];
 DCshort    valueShort[NARGS];
 DCchar     valueChar[NARGS];
--- a/test/suite_x86win32std/main.cc	Wed Sep 21 14:36:44 2022 +0200
+++ b/test/suite_x86win32std/main.cc	Wed Sep 21 14:37:09 2022 +0200
@@ -38,9 +38,6 @@
 DCValue* getArg(int pos);
 
 
-typedef double precise;
-
-
 DCbool     valueBool[NARGS];
 DCshort    valueShort[NARGS];
 DCchar     valueChar[NARGS];