mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 14:30:34 +02:00
Include <libguile/__scm.h> in "foreign.h".
* libguile/foreign.h: Include <libguile/__scm.h>.
This commit is contained in:
parent
d2add8ae11
commit
f353687c68
1 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
#ifndef SCM_FOREIGN_H
|
||||||
|
#define SCM_FOREIGN_H
|
||||||
|
|
||||||
/* Copyright (C) 2010 Free Software Foundation, Inc.
|
/* Copyright (C) 2010 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
|
||||||
|
@ -16,10 +19,7 @@
|
||||||
* 02110-1301 USA
|
* 02110-1301 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SCM_FOREIGN_H
|
#include "libguile/__scm.h"
|
||||||
#define SCM_FOREIGN_H
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* A foreign value is some value that exists outside of Guile. It is represented
|
/* A foreign value is some value that exists outside of Guile. It is represented
|
||||||
by a cell whose second word is a pointer. The first word has the
|
by a cell whose second word is a pointer. The first word has the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue