1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* inline.c: rearrange handling -- now we just #define

SCM_INLINE_C_INCLUDING_INLINE_H to 1 and #include
"libguile/inline.h".  scmconfig.h will define SCM_C_INLINE as
appropriate, and we use that in inline.h along with the above
define to determine how to respond.
This commit is contained in:
Rob Browning 2003-03-25 23:56:49 +00:00
parent 6f0250f7b4
commit b11761f2ca

View file

@ -39,15 +39,5 @@
* whether to permit this exception to apply to your modifications. * whether to permit this exception to apply to your modifications.
* If you do not wish that, delete this exception notice. */ * If you do not wish that, delete this exception notice. */
#include <stdio.h> #define SCM_INLINE_C_INCLUDING_INLINE_H 1
#include "libguile/scmconfig.h"
#ifndef HAVE_INLINE
#define HAVE_INLINE
#endif
#define EXTERN_INLINE
#undef SCM_INLINE_H
#include "libguile/inline.h" #include "libguile/inline.h"