octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Forward prototype for DEFUN function


From: John W. Eaton
Subject: Re: Forward prototype for DEFUN function
Date: Thu, 31 Oct 2013 16:47:24 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

On 10/31/2013 03:58 PM, Rik wrote:
10/31/13

jwe,

How can I declare a forward prototype for a DEFUN function?  Changing the
compilation flags has revealed that in graphics.cc we call Fdrawnow before
the DEFUN for the drawnow function.

--Rik

Never mind.  It turns out there was a problem in the *.cc ->  *.df rule in
Makefile.am.

OK.

If you need to call a built-in function that is defined in another file, you can include the generated header builtin-defun-decls.h.

jwe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]