diff src/sysdep.cc @ 8746:5dd06f19e9be

handle commands in the lexer
author John W. Eaton <jwe@octave.org>
date Sun, 15 Feb 2009 23:49:15 -0500
parents 85184151822e
children eb63fbe60fab
line wrap: on
line diff
--- a/src/sysdep.cc
+++ b/src/sysdep.cc
@@ -905,7 +905,7 @@
 
 #if defined (__EMX__) && defined (OS2)
 
-DEFCMD (extproc, , ,
+DEFUN (extproc, , ,
   "extproc: ignored by Octave")
 {
   return octave_value_list ();