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:
parent
3330f00f54
commit
18cd9aff94
3 changed files with 35 additions and 27 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue