diff src/strfns.cc @ 1957:0e6a0a271998

[project @ 1996-02-15 01:08:15 by jwe]
author jwe
date Thu, 15 Feb 1996 01:08:49 +0000
parents e62277bf5fe0
children 003570e69c7b
line wrap: on
line diff
--- a/src/strfns.cc	Thu Feb 15 00:40:56 1996 +0000
+++ b/src/strfns.cc	Thu Feb 15 01:08:49 1996 +0000
@@ -37,7 +37,7 @@
 #include "oct-obj.h"
 #include "utils.h"
 
-DEFUN ("isstr", Fisstr, Sisstr, 10,
+DEFUN (isstr, args, ,
   "isstr (X): return 1 if X is a string, 0 otherwise")
 {
   Octave_object retval;
@@ -52,7 +52,7 @@
   return retval;
 }
 
-DEFUN ("setstr", Fsetstr, Ssetstr, 10,
+DEFUN (setstr, args, ,
   "setstr (V): convert a vector to a string")
 {
   Octave_object retval;
@@ -67,7 +67,7 @@
   return retval;
 }
 
-DEFUN ("toascii", Ftoascii, Stoascii, 10,
+DEFUN (toascii, args, ,
   "toascii (STRING): return ASCII representation of STRING in a matrix")
 {
   Octave_object retval;