diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/test-math-iscanonical.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/test-math-iscanonical.cc b/math/test-math-iscanonical.cc index aba68acb4f..8ced7a73b4 100644 --- a/math/test-math-iscanonical.cc +++ b/math/test-math-iscanonical.cc @@ -20,7 +20,7 @@ #include <math.h> #include <stdio.h> -static bool errors; +static int errors; template <class T> static void |