mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Devolve programs.h from _scm.h.
* libguile/_scm.h: Remove programs.h. * libguile/strings.h: Add gc.h.
This commit is contained in:
parent
e2470e6aca
commit
a2411c3982
3 changed files with 2 additions and 4 deletions
|
@ -34,9 +34,6 @@
|
|||
|
||||
#include "libguile/__scm.h"
|
||||
|
||||
/* Include headers for those files central to the implementation. The
|
||||
rest should be explicitly #included in the C files themselves. */
|
||||
#include "libguile/programs.h" /* ... and program.h. */
|
||||
#include "libguile/strings.h"
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2001, 2009, 2010, 2011, 2012, 2013, 2014, 2018 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 2001, 2009-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/gc.h>
|
||||
#include <libguile/error.h>
|
||||
#include "libguile/inline.h"
|
||||
#include <libguile/snarf.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue