1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

* standalone/test-asmobs-lib.c (libtest_asmobs_init): include

test-asmobs-lib.x rather than test-asmobs-lib.x.c.
This commit is contained in:
Rob Browning 2003-04-14 15:55:23 +00:00
parent 8f9ae7fd52
commit 479c46eab8

View file

@ -200,5 +200,5 @@ libtest_asmobs_init ()
scm_set_smob_apply (asmob021, apply3, 0, 2, 1);
asmob111 = scm_make_smob_type ("asmob111", 0);
scm_set_smob_apply (asmob111, apply3, 1, 1, 1);
# include "test-asmobs-lib.c.x"
# include "test-asmobs-lib.x"
}