aboutsummaryrefslogtreecommitdiffstats
path: root/hobbit.info
diff options
context:
space:
mode:
Diffstat (limited to 'hobbit.info')
-rw-r--r--hobbit.info12
1 files changed, 6 insertions, 6 deletions
diff --git a/hobbit.info b/hobbit.info
index 423e7c1..4d7bc15 100644
--- a/hobbit.info
+++ b/hobbit.info
@@ -1,7 +1,7 @@
This is hobbit.info, produced by makeinfo version 4.8 from hobbit.texi.
-This manual is for the Hobbit compiler for SCM (version 5e4, November
-2007),
+This manual is for the Hobbit compiler for SCM (version 5e5, February
+2008),
Copyright (C) 2002 Free Software Foundation
@@ -30,8 +30,8 @@ File: hobbit.info, Node: Top, Next: Introduction, Prev: (dir), Up: (dir)
Hobbit
******
-This manual is for the Hobbit compiler for SCM (version 5e4, November
-2007),
+This manual is for the Hobbit compiler for SCM (version 5e5, February
+2008),
Copyright (C) 2002 Free Software Foundation
@@ -160,7 +160,7 @@ File: hobbit.info, Node: Compiling And Linking, Next: Error Detection, Prev:
(lambda (fp)
(for-each
(lambda (string) (write-line string fp))
- '("#define IMPLINIT \"Init5e4.scm\""
+ '("#define IMPLINIT \"Init5e5.scm\""
"#define BIGNUMS"
"#define FLOATS"
"#define ARRAYS"
@@ -212,7 +212,7 @@ File: hobbit.info, Node: Compiling And Linking, Next: Error Detection, Prev:
(lambda (fp)
(for-each
(lambda (string) (write-line string fp))
- '("#define IMPLINIT \"Init5e4.scm\""
+ '("#define IMPLINIT \"Init5e5.scm\""
"#define COMPILED_INITS init_example();"
"#define CCLO"
"#define FLOATS"))))