/[guile]/guile/guile-core/libguile/inline.h
ViewVC logotype

Diff of /guile/guile-core/libguile/inline.h

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

revision 1.3 by dirk, Tue Nov 27 23:18:16 2001 UTC revision 1.4 by dirk, Fri Mar 1 00:19:20 2002 UTC
# Line 55  Line 55 
55  #ifdef HAVE_INLINE  #ifdef HAVE_INLINE
56    
57  static inline SCM  static inline SCM
58  scm_alloc_cell (scm_t_bits car, scm_t_bits cdr)  scm_cell (scm_t_bits car, scm_t_bits cdr)
59  {  {
60    SCM z;    SCM z;
61    
# Line 102  scm_alloc_cell (scm_t_bits car, scm_t_bi Line 102  scm_alloc_cell (scm_t_bits car, scm_t_bi
102  }  }
103    
104  static inline SCM  static inline SCM
105  scm_alloc_double_cell (scm_t_bits car, scm_t_bits cbr,  scm_double_cell (scm_t_bits car, scm_t_bits cbr,
106                         scm_t_bits ccr, scm_t_bits cdr)                   scm_t_bits ccr, scm_t_bits cdr)
107  {  {
108    SCM z;    SCM z;
109    
# Line 153  scm_alloc_double_cell (scm_t_bits car, s Line 153  scm_alloc_double_cell (scm_t_bits car, s
153    
154  #else /* !HAVE_INLINE */  #else /* !HAVE_INLINE */
155    
156  SCM_API SCM scm_alloc_cell (scm_t_bits car, scm_t_bits cdr);  SCM_API SCM scm_cell (scm_t_bits car, scm_t_bits cdr);
157  SCM_API SCM scm_alloc_double_cell (scm_t_bits car, scm_t_bits cbr,  SCM_API SCM scm_double_cell (scm_t_bits car, scm_t_bits cbr,
158                                     scm_t_bits ccr, scm_t_bits cdr);                               scm_t_bits ccr, scm_t_bits cdr);
159    
160  #endif  #endif
161    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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