# HG changeset patch # User Max Brister # Date 1337342399 21600 # Node ID a1d2f6300391cad45f26115818a3199532c39a70 # Parent f5fe1e3bda3461aa7ad44e1a5780437a4cc6ae03 Remove OCTINTERP_API from jit classes diff --git a/src/pt-jit.h b/src/pt-jit.h --- a/src/pt-jit.h +++ b/src/pt-jit.h @@ -82,7 +82,6 @@ // jit_range is compatable with the llvm range structure struct -OCTINTERP_API jit_range { jit_range (void) {} @@ -109,7 +108,6 @@ // type a variable is, we assign it the any type. This allows us to generate // code even for the case of poor type inference. class -OCTINTERP_API jit_type { public: @@ -231,7 +229,6 @@ // Get information and manipulate jit types. class -OCTINTERP_API jit_typeinfo { public: @@ -338,7 +335,6 @@ }; class -OCTINTERP_API jit_infer : public tree_walker { typedef std::map type_map; @@ -456,7 +452,6 @@ }; class -OCTINTERP_API jit_generator : public tree_walker { typedef std::map type_map; @@ -574,7 +569,6 @@ }; class -OCTINTERP_API tree_jit { public: @@ -604,7 +598,6 @@ }; class -OCTINTERP_API jit_info { public: