From b8922fdd210c15855245aad2bd47a01f05f20bb4 Mon Sep 17 00:00:00 2001 From: Clement Jamin Date: Thu, 10 Mar 2016 16:12:15 +0100 Subject: [PATCH] Remove CGAL_EXPORT since it's just a constant now --- Modular_arithmetic/include/CGAL/primes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modular_arithmetic/include/CGAL/primes.h b/Modular_arithmetic/include/CGAL/primes.h index aa9c9bf1ea8..fbff306e18e 100644 --- a/Modular_arithmetic/include/CGAL/primes.h +++ b/Modular_arithmetic/include/CGAL/primes.h @@ -28,7 +28,7 @@ namespace CGAL { namespace internal { -CGAL_EXPORT const int primes[2000] = { +const int primes[2000] = { /* * Generated in SAGE with: *