note-c-var vs note-c-fun

Sam Steingold <[email protected]>
Newsgroups gmane.lisp.clisp.devel
Message-ID <[email protected]>
Bruno,
note-c-var and note-c-fun in foreign1.lisp are used identically
(def-call-out resp def-c-var expand to

--8<---------------cut here---------------start------------->8---
(eval-when (compile)
  (unless library (note-c-??? ...)))
--8<---------------cut here---------------end--------------->8---

), but one is marked ABI and the other is not:

--8<---------------cut here---------------start------------->8---
 note-c-fun  ; not ABI, compile-time only
 note-c-var  ; ABI
--8<---------------cut here---------------end--------------->8---

It seems that the note-c-fun description is more correct.
Am I missing something?

Thanks!

-- 
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504
http://steingoldpsychology.com http://www.childpsy.net
https://ffii.org http://islamexposedonline.com http://honestreporting.com
PI seconds is a nanocentury. 10! seconds is 6 weeks.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
clisp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.