X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fexcompiler.h;h=56c870e14b813b4190ecbce2ba897926a12d1b4b;hp=0c1ca3a843bc657727e0a4253ba7ed4ee2662859;hb=db52ae4c832e9a9981ecf78ecc3c9e59f461d8e4;hpb=1be6e8f6ed13bcfb278d13e01f1b4e4851a91114 diff --git a/ginac/excompiler.h b/ginac/excompiler.h index 0c1ca3a8..56c870e1 100644 --- a/ginac/excompiler.h +++ b/ginac/excompiler.h @@ -4,7 +4,7 @@ * fast numerical integration. */ /* - * GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,12 +25,10 @@ #define __GINAC_EXCOMPILER_H__ #include "basic.h" -#include "config.h" #include "ex.h" namespace GiNaC { -#ifdef HAVE_LIBDL typedef double (*FP_dim1) (double); @@ -40,7 +38,6 @@ typedef void (*FP_cuba) (const int*, const double[], const int*, double[]); FP_cuba compile(const lst& exprs, const lst& syms); -#endif } // namespace GiNaC