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.
This commit is contained in:
Andy Wingo 2013-02-18 12:46:00 +01:00
commit 18cd9aff94
3 changed files with 35 additions and 27 deletions

View file

@ -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"