summaryrefslogtreecommitdiff
path: root/libguile/eval.i.c
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-22 15:20:35 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2007-01-22 15:20:35 +0000
commit243ebb61133e9cdd56fb3b7feb1ed75827c576f7 (patch)
tree3448c297fe9269c559558b32d694f5ca23ac1e18 /libguile/eval.i.c
parent0ee05b85ee23af97afc6c45ca2c66f94d2cba50b (diff)
downloadguile-243ebb61133e9cdd56fb3b7feb1ed75827c576f7.tar.gz
* private-options.h: idem.
* eval.i.c: copyright nitpicking. * eval.c: distangle. move duplicate code to eval.i.c and include twice. * eval.i.c: new file. * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c eval.h, gsubr.c, init.c, macros.c, print.c, print.h, read.c, read.h, stacks.c, symbols.c, throw.c: use private-options.h * private-options.h: new file: contain hardcoded option definitions.
Diffstat (limited to 'libguile/eval.i.c')
-rw-r--r--libguile/eval.i.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/libguile/eval.i.c b/libguile/eval.i.c
index 898cca5ec..c1e1fb62e 100644
--- a/libguile/eval.i.c
+++ b/libguile/eval.i.c
@@ -1,3 +1,23 @@
+/*
+ * eval.i.c - actual evaluator code for GUILE
+ *
+ * Copyright (C) 2002, 03, 04, 05, 06, 07 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 as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
#undef RETURN
#undef ENTER_APPLY
#undef PREP_APPLY