changeset 14909:a1d2f6300391

Remove OCTINTERP_API from jit classes
author Max Brister <max@2bass.com>
date Fri, 18 May 2012 05:59:59 -0600
parents f5fe1e3bda34
children a8f1e08de8fc
files src/pt-jit.h
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/pt-jit.h	Thu May 17 21:22:25 2012 -0600
+++ b/src/pt-jit.h	Fri May 18 05:59:59 2012 -0600
@@ -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<std::string, jit_type *> type_map;
@@ -456,7 +452,6 @@
 };
 
 class
-OCTINTERP_API
 jit_generator : public tree_walker
 {
   typedef std::map<std::string, jit_type *> type_map;
@@ -574,7 +569,6 @@
 };
 
 class
-OCTINTERP_API
 tree_jit
 {
 public:
@@ -604,7 +598,6 @@
 };
 
 class
-OCTINTERP_API
 jit_info
 {
 public: