guile-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Turning `scm_is_pair ()' into a macro


From: Ludovic Courtès
Subject: Re: [PATCH] Turning `scm_is_pair ()' into a macro
Date: Fri, 16 Dec 2005 11:01:16 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

address@hidden (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.




reply via email to

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