changeset 2152:e9ee6418f62d

[project @ 1996-05-13 08:03:26 by jwe]
author jwe
date Mon, 13 May 1996 08:03:26 +0000
parents 50739ef482f3
children dc829883f13a
files examples/hello.cc
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/examples/hello.cc	Mon May 13 07:44:42 1996 +0000
+++ b/examples/hello.cc	Mon May 13 08:03:26 1996 +0000
@@ -61,8 +61,12 @@
 #include <octave/symtab.h>
 #include <octave/variables.h>
 
-// Note, nargout is not used, so it is omitted from the argument list
-// to avoid the warning from gcc about an unused function parameter.
+// DEFUN_DLD and the macros that it depends on are defined in the
+// files defun-dld.h, defun.h, and defun-int.h.
+
+// Note that the third parameter (nargout) is not used, so it is
+// omitted from the list of arguments to DEFUN_DLD in order to avoid
+// the warning from gcc about an unused function parameter. 
 
 DEFUN_DLD (hello, args, ,
   "[...] = hello (...)\n\