# HG changeset patch # User Rik # Date 1349459399 25200 # Node ID 29382eb90285d94129575c9ee444ff4573de83f5 # Parent 05aee5a1ff3795864daba6016ac4701b1ddd86e1 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. diff -r 05aee5a1ff37 -r 29382eb90285 libinterp/interp-core/pt-jit.cc --- 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\