diff src/input.cc @ 3519:957d7d6ab0e0

[project @ 2000-02-02 06:00:09 by jwe]
author jwe
date Wed, 02 Feb 2000 06:00:59 +0000
parents d14c483b3c12
children b80bbb43a1a9
line wrap: on
line diff
--- a/src/input.cc
+++ b/src/input.cc
@@ -882,15 +882,13 @@
 static string hook_fcn;
 static octave_value user_data;
 
-static int
-input_event_hook (...)
+static void
+input_event_hook (void)
 {
   if (user_data.is_defined ())
     feval (hook_fcn, user_data, 0);
   else
     feval (hook_fcn, octave_value_list (), 0);
-
-  return 0;
 }
 
 DEFUN (input_event_hook, args, ,