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:
parent
8f9ae7fd52
commit
479c46eab8
1 changed files with 1 additions and 1 deletions
|
@ -200,5 +200,5 @@ libtest_asmobs_init ()
|
||||||
scm_set_smob_apply (asmob021, apply3, 0, 2, 1);
|
scm_set_smob_apply (asmob021, apply3, 0, 2, 1);
|
||||||
asmob111 = scm_make_smob_type ("asmob111", 0);
|
asmob111 = scm_make_smob_type ("asmob111", 0);
|
||||||
scm_set_smob_apply (asmob111, apply3, 1, 1, 1);
|
scm_set_smob_apply (asmob111, apply3, 1, 1, 1);
|
||||||
# include "test-asmobs-lib.c.x"
|
# include "test-asmobs-lib.x"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue