1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Remove numbers.h from inline.h

* libguile/inline.h: Remove libguile/numbers.h.
* libguile/inline.c: Alter include order to work around a weird failure.
This commit is contained in:
Andy Wingo 2018-06-19 12:05:45 +02:00
parent e56d22153b
commit 111da53d5f
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,5 @@
/* Copyright (C) 2001, 2006, 2008, 2011, 2012, 2013 Free Software Foundation, Inc. /* Copyright (C) 2001,2006,2008,2011-2013,2018
* Free Software Foundation, Inc.
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License * modify it under the terms of the GNU Lesser General Public License
@ -22,9 +23,9 @@
#define SCM_IMPLEMENT_INLINES 1 #define SCM_IMPLEMENT_INLINES 1
#define SCM_INLINE_C_IMPLEMENTING_INLINES 1 #define SCM_INLINE_C_IMPLEMENTING_INLINES 1
#include "libguile/gc.h"
#include "libguile/inline.h" #include "libguile/inline.h"
#include "libguile/array-handle.h" #include "libguile/array-handle.h"
#include "libguile/gc.h"
#include "libguile/smob.h" #include "libguile/smob.h"
#include "libguile/pairs.h" #include "libguile/pairs.h"
#include "libguile/ports.h" #include "libguile/ports.h"

View file

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