Faster scaled evaluation, etc.

This commit is contained in:
maartenkeijzer 2005-10-07 13:31:20 +00:00
commit 3ca7c0f6f4
9 changed files with 76 additions and 27 deletions

View file

@ -16,13 +16,6 @@
*/
#if __GNUC__ == 3
#include <backward/hash_map.h>
#else
#include <hash_map.h>
using std::hash_map;
#endif
#include "Sym.h"
#include "FunDef.h"
#include "sym_compile.h"