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

Added #include "libguile/rdelim.h".

This commit is contained in:
Mikael Djurfeldt 2001-01-31 15:14:53 +00:00
parent e32398681a
commit c2886a5ae1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
* libguile.h: Added #include "libguile/rdelim.h".
2001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
The following patch was sent by Thien-Thi Nguyen.

View file

@ -1,7 +1,7 @@
#ifndef LIBGUILEH
#define LIBGUILEH
/* Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
/* Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -85,6 +85,7 @@ extern "C" {
#include "libguile/hashtab.h"
#include "libguile/init.h"
#include "libguile/ioext.h"
#include "libguile/rdelim.h"
#include "libguile/keywords.h"
#include "libguile/list.h"
#include "libguile/load.h"