summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2001-01-31 15:14:53 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2001-01-31 15:14:53 +0000
commitc2886a5ae11f376ff8e7c8307d96f7ad96bc407e (patch)
tree7d9296a5cb72010cec7c1e0f3772277426a1fca5
parente32398681a4c31260ce85e087f17edb29962b14c (diff)
downloadguile-c2886a5ae11f376ff8e7c8307d96f7ad96bc407e.tar.gz
Added #include "libguile/rdelim.h".
-rw-r--r--ChangeLog4
-rw-r--r--libguile.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7214bff2a..7ea07ec79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/libguile.h b/libguile.h
index 71e641564..1ab96bf41 100644
--- a/libguile.h
+++ b/libguile.h
@@ -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"