diff libinterp/octave-value/ov-usr-fcn.h @ 20654:b65888ec820e draft default tip gccjit

dmalcom gcc jit import
author Stefan Mahr <dac922@gmx.de>
date Fri, 27 Feb 2015 16:59:36 +0100
parents 19755f4fc851
children
line wrap: on
line diff
--- a/libinterp/octave-value/ov-usr-fcn.h	Tue Oct 13 11:40:05 2015 +0100
+++ b/libinterp/octave-value/ov-usr-fcn.h	Fri Feb 27 16:59:36 2015 +0100
@@ -44,7 +44,7 @@
 class tree_expression;
 class tree_walker;
 
-#ifdef HAVE_LLVM
+#ifdef HAVE_JIT
 class jit_function_info;
 #endif
 
@@ -403,11 +403,11 @@
       return false;
   }
 
-#ifdef HAVE_LLVM
+  #ifdef HAVE_JIT
   jit_function_info *get_info (void) { return jit_info; }
 
   void stash_info (jit_function_info *info) { jit_info = info; }
-#endif
+  #endif
 
 #if 0
   void print_symtab_info (std::ostream& os) const;
@@ -498,9 +498,9 @@
   // pointer to the current unwind_protect frame of this function.
   unwind_protect *curr_unwind_protect_frame;
 
-#ifdef HAVE_LLVM
+  //#ifdef HAVE_LLVM
   jit_function_info *jit_info;
-#endif
+  //#endif
 
   void maybe_relocate_end_internal (void);