diff options
author | Andy Wingo <wingo@pobox.com> | 2014-04-28 18:51:21 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2014-04-28 18:51:21 +0200 |
commit | d7a67c3e918acd8ca46dc7792a8ca98b33cb94e8 (patch) | |
tree | 7ccf125978778d1ac6bb656245305c76db8e02d0 /doc/example-smob/README | |
parent | 475772ea57c97d0fa0f9ed9303db137d9798ddd3 (diff) | |
parent | 4338f2f91e1dd63a40384077d091295d90047926 (diff) | |
download | guile-d7a67c3e918acd8ca46dc7792a8ca98b33cb94e8.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts:
.gitignore
doc/example-smob/Makefile
doc/ref/api-smobs.texi
doc/ref/libguile-concepts.texi
doc/ref/libguile-smobs.texi
libguile.h
libguile/finalizers.c
libguile/finalizers.h
libguile/goops.c
module/language/tree-il/compile-glil.scm
module/oop/goops.scm
Diffstat (limited to 'doc/example-smob/README')
-rw-r--r-- | doc/example-smob/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/example-smob/README b/doc/example-smob/README deleted file mode 100644 index 1380db123..000000000 --- a/doc/example-smob/README +++ /dev/null @@ -1,6 +0,0 @@ -This is the example code for the ``Defining New Types (Smobs)'' -chapter of the Guile manual. - -When you try to execute the code, if the system complains that it -can't find libguile.so, you need to add the directory containing the -installed Guile libraries to your LD_LIBRARY_PATH environment variable. |