From 0d5aa88c790400f1eac717fe60c4d76a719b8fe9 Mon Sep 17 00:00:00 2001 From: Jeremy Hughes Date: Sat, 25 Jul 2009 16:57:12 +1200 Subject: [PATCH 1/2] alien.cxx.syntax: fix tests --- extra/alien/cxx/syntax/syntax-tests.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/alien/cxx/syntax/syntax-tests.factor b/extra/alien/cxx/syntax/syntax-tests.factor index 24f685a197..b8b08515de 100644 --- a/extra/alien/cxx/syntax/syntax-tests.factor +++ b/extra/alien/cxx/syntax/syntax-tests.factor @@ -40,7 +40,7 @@ COMPILE-AS-C++ C-INCLUDE: -RAW-C: + C++-CLASS: alpha c++-root C++-CLASS: beta alpha From a36accfc3fa965aa1e05b12f9aff4e9b74ce112c Mon Sep 17 00:00:00 2001 From: Jeremy Hughes Date: Mon, 27 Jul 2009 15:30:30 +1200 Subject: [PATCH 2/2] alien.marshall: doc fix --- extra/alien/marshall/marshall-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/alien/marshall/marshall-docs.factor b/extra/alien/marshall/marshall-docs.factor index 7b321bd992..361753a0d3 100644 --- a/extra/alien/marshall/marshall-docs.factor +++ b/extra/alien/marshall/marshall-docs.factor @@ -604,7 +604,7 @@ ARTICLE: "alien.marshall" "C marshalling" "Wrap an alien:" { $subsection alien-wrapper } "Wrap a struct:" { $subsection struct-wrapper } "Get the marshaller for a C type:" { $subsection marshaller } -"Get the unmarshaller for a C type:" { $subsection marshaller } +"Get the unmarshaller for a C type:" { $subsection unmarshaller } "Get the unmarshaller for an output parameter:" { $subsection out-arg-unmarshaller } "Get the unmarshaller for a struct field:" { $subsection struct-field-unmarshaller } $nl