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 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