/[guile]/guile/guile-core/doc/ref/tools.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/tools.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by kryde, Mon Aug 25 23:02:16 2003 UTC revision 1.9 by kryde, Mon Nov 24 22:17:13 2003 UTC
# Line 226  is a expression suitable for initializin Line 226  is a expression suitable for initializin
226  For procedures, you can use @code{SCM_DEFINE} for most purposes.  Use  For procedures, you can use @code{SCM_DEFINE} for most purposes.  Use
227  @code{SCM_PROC} along with @code{SCM_REGISTER_PROC} when you don't  @code{SCM_PROC} along with @code{SCM_REGISTER_PROC} when you don't
228  want to be bothered with docstrings.  Use @code{SCM_GPROC} for generic  want to be bothered with docstrings.  Use @code{SCM_GPROC} for generic
229  functions (@pxref{GOOPS,,,goops}).  All procedures are declared with  functions (@pxref{Creating Generic Functions,,, goops, GOOPS}).  All
230  return type @code{SCM}.  procedures are declared with return type @code{SCM}.
231    
232  For everything else, use the appropriate macro (@code{SCM_SYMBOL} for  For everything else, use the appropriate macro (@code{SCM_SYMBOL} for
233  symbols, and so on).  Without "_GLOBAL_", the declarations are  symbols, and so on).  Without "_GLOBAL_", the declarations are

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26