changeset 15495:29382eb90285

Fix compilation when JIT is enabled. * libinterp/interp-core/pt-jit.cc (Fenable_jit_debugging, Fenable_jit_compiler): Re-instate args, nargout in DEFUN macro as they are required by SET_INTERNAL_VARIABLE.
author Rik <rik@octave.org>
date Fri, 05 Oct 2012 10:49:59 -0700
parents 05aee5a1ff37
children acfee9c61f80
files libinterp/interp-core/pt-jit.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/interp-core/pt-jit.cc	Fri Oct 05 12:27:55 2012 -0400
+++ b/libinterp/interp-core/pt-jit.cc	Fri Oct 05 10:49:59 2012 -0700
@@ -2180,7 +2180,7 @@
 
 #endif
 
-DEFUN (enable_jit_debugging, , ,
+DEFUN (enable_jit_debugging, args, nargout,
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} enable_jit_debugging ()\n\
 Query or set the internal variable that determines whether\n\
@@ -2195,7 +2195,7 @@
 #endif
 }
 
-DEFUN (enable_jit_compiler, , ,
+DEFUN (enable_jit_compiler, args, nargout,
   "-*- texinfo -*-\n\
 @deftypefn {Built-in Function} {} enable_jit_compiler ()\n\
 Query or set the internal variable that enables Octave's JIT compiler.\n\