summaryrefslogtreecommitdiff
path: root/test-suite/standalone/.gitignore
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2009-01-04 21:32:23 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2009-01-04 22:46:47 +0000
commita9931e4e1ab80e6b47d6d836edf834f530bd9522 (patch)
tree071b6725354a340680267644936503743e2fa3c0 /test-suite/standalone/.gitignore
parent53e4bd36f3c8fc756fc091891b79e6aa16820256 (diff)
downloadguile-a9931e4e1ab80e6b47d6d836edf834f530bd9522.tar.gz
Fix implementation of %fast-slot-ref and %fast-slot-set!
* libguile/goops.c (scm_sys_fast_slot_ref, scm_sys_fast_slot_set_x): Correct incantation for getting the number of slots of the specified instance. * libguile/goops.h (SCM_NUMBER_OF_SLOTS): Removed (because wrong). * test-suite/standalone/test-fast-slot-ref.in: New standalone test. * configure.in: Generate test-suite/standalone/test-fast-slot-ref. * test-suite/standalone/Makefile.am (check_SCRIPTS): Add test-fast-slot-ref.
Diffstat (limited to 'test-suite/standalone/.gitignore')
-rw-r--r--test-suite/standalone/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/standalone/.gitignore b/test-suite/standalone/.gitignore
index b1f40882e..df1ad7028 100644
--- a/test-suite/standalone/.gitignore
+++ b/test-suite/standalone/.gitignore
@@ -8,3 +8,4 @@
/test-use-srfi
/test-scm-with-guile
/test-scm-c-read
+/test-fast-slot-ref