Mercurial > hg > octave-nkf
diff src/time.cc @ 2465:7ee42ff6536a
[project @ 1996-11-03 08:54:14 by jwe]
author | jwe |
---|---|
date | Sun, 03 Nov 1996 08:54:22 +0000 |
parents | 7d5338788d69 |
children | 76411ce43c05 |
line wrap: on
line diff
--- a/src/time.cc +++ b/src/time.cc @@ -89,7 +89,7 @@ return &tm; } -DEFUN_DLD_BUILTIN (time, , , +DEFUN_DLD (time, , , "time ()\n\ \n\ Return current time. On Unix systems, this is the number of\n\ @@ -121,7 +121,7 @@ return (double) now + fraction; } -DEFUN_DLD_BUILTIN (gmtime, args, , +DEFUN_DLD (gmtime, args, , "gmtime (TIME)\n\ \n\ Given a value returned from time(), return a structure like that\n\ @@ -149,7 +149,7 @@ return retval; } -DEFUN_DLD_BUILTIN (localtime, args, , +DEFUN_DLD (localtime, args, , "localtime (TIME)\n\ \n\ Given a value returned from time(), return a structure with\n\ @@ -188,7 +188,7 @@ return retval; } -DEFUN_DLD_BUILTIN (mktime, args, , +DEFUN_DLD (mktime, args, , "mktime (TMSTRUCT)") { octave_value_list retval; @@ -210,7 +210,7 @@ return retval; } -DEFUN_DLD_BUILTIN (strftime, args, , +DEFUN_DLD (strftime, args, , "strftime (FMT, TMSTRUCT)\n\ \n\ Performs `%' substitutions similar to those in printf. Except where\n\