1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Move array-handle.h include out from inline.h

* libguile/inline.h: Remove array-handle.h include.
* libguile/srfi-4.h:
* libguile/uniform.h:
* libguile/vectors.h: Add array-handle.h includes.
This commit is contained in:
Andy Wingo 2018-06-19 10:34:00 +02:00
parent 6e71da6b72
commit ff003ace44
4 changed files with 6 additions and 4 deletions

View file

@ -29,7 +29,6 @@
#include "libguile/__scm.h"
#include "libguile/array-handle.h"
#include "libguile/ports.h"
#include "libguile/numbers.h"
#include "libguile/error.h"

View file

@ -2,7 +2,7 @@
#define SCM_SRFI_4_H
/* srfi-4.c --- Homogeneous numeric vector datatypes.
*
* Copyright (C) 2001, 2004, 2006, 2008, 2009, 2010, 2011, 2014 Free Software Foundation, Inc.
* Copyright (C) 2001, 2004, 2006, 2008, 2009, 2010, 2011, 2014, 2018 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
@ -22,6 +22,7 @@
#include "libguile/__scm.h"
#include "libguile/array-handle.h"
SCM_API SCM scm_make_srfi_4_vector (SCM type, SCM len, SCM fill);

View file

@ -3,8 +3,8 @@
#ifndef SCM_UNIFORM_H
#define SCM_UNIFORM_H
/* Copyright (C) 1995,1996,1997,1999,2000,2001, 2004, 2006, 2008, 2009,
* 2013, 2014 Free Software Foundation, Inc.
/* Copyright (C) 1995-1997,1999-2001,2004,2006,2008-2009,2013-2014,2018
* 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
@ -25,6 +25,7 @@
#include "libguile/__scm.h"
#include "libguile/array-handle.h"

View file

@ -25,6 +25,7 @@
#include "libguile/__scm.h"
#include "libguile/array-handle.h"
#include <libguile/error.h>
#include "libguile/gc.h"