[EMAIL PROTECTED] (Han-Wen Nienhuys) writes:

> Yes, Just Do It :-)

Since, I consider compilers that don't support inlining unimportant, I'd
happily live without the `inline.c' stuff.  I.e., I'd put this in
`pairs.h':

  static SCM_C_INLINE int
  scm_is_pair (...)

With compilers not supporting inlining, this would lead to the creation
of several instances of the function.  But who cares?

Marius?

Thanks,
Ludovic.


_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to