guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 33/86: Move array-handle.h include out from inline.h


From: Andy Wingo
Subject: [Guile-commits] 33/86: Move array-handle.h include out from inline.h
Date: Wed, 20 Jun 2018 14:09:35 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit ff003ace442b9cd182d1e27dd71025609998cbbb
Author: Andy Wingo <address@hidden>
Date:   Tue Jun 19 10:34:00 2018 +0200

    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.
---
 libguile/inline.h  | 1 -
 libguile/srfi-4.h  | 3 ++-
 libguile/uniform.h | 5 +++--
 libguile/vectors.h | 1 +
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/libguile/inline.h b/libguile/inline.h
index e709e7e..f37b7eb 100644
--- a/libguile/inline.h
+++ b/libguile/inline.h
@@ -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"
diff --git a/libguile/srfi-4.h b/libguile/srfi-4.h
index f56c3f3..9af5f3e 100644
--- a/libguile/srfi-4.h
+++ b/libguile/srfi-4.h
@@ -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);
 
diff --git a/libguile/uniform.h b/libguile/uniform.h
index ad8428f..8312f1d 100644
--- a/libguile/uniform.h
+++ b/libguile/uniform.h
@@ -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"
 
 
 
diff --git a/libguile/vectors.h b/libguile/vectors.h
index 3fcab89..fa7dc03 100644
--- a/libguile/vectors.h
+++ b/libguile/vectors.h
@@ -25,6 +25,7 @@
 
 
 #include "libguile/__scm.h"
+#include "libguile/array-handle.h"
 #include <libguile/error.h>
 #include "libguile/gc.h"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]