summaryrefslogtreecommitdiffstats
path: root/hobbit.info
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:40 -0800
commit90889a692076f2c62486607d0354e0fca52364bc (patch)
tree9c7f78885db5b48bf1e3ed132b5fabc20e25592e /hobbit.info
parent710a97992705d67c3ded0d4b270c5978ce29b11f (diff)
downloadscm-90889a692076f2c62486607d0354e0fca52364bc.tar.gz
scm-90889a692076f2c62486607d0354e0fca52364bc.zip
Import Upstream version 5e5upstream/5e5
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"))))