From 18cd9aff9429c99ffae34448507f9b468e20e06f Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 18 Feb 2013 12:46:00 +0100 Subject: array handle inline functions defined in array-handle.h. * libguile/inline.h: * libguile/array-handle.h (scm_array_handle_ref): (scm_array_handle_set): Move definitions here from inline.h. * libguile/inline.c: Include array-handle.h. --- libguile/inline.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libguile/inline.c') diff --git a/libguile/inline.c b/libguile/inline.c index be7670ad7..591679413 100644 --- a/libguile/inline.c +++ b/libguile/inline.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001, 2006, 2008, 2011 Free Software Foundation, Inc. +/* Copyright (C) 2001, 2006, 2008, 2011, 2013 Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License @@ -23,5 +23,6 @@ #define SCM_IMPLEMENT_INLINES 1 #define SCM_INLINE_C_IMPLEMENTING_INLINES 1 #include "libguile/inline.h" +#include "libguile/array-handle.h" #include "libguile/gc.h" #include "libguile/smob.h" -- cgit v1.2.3