]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/alien/data/data-docs.factor
Change C-ENUM: to always take a type. Use f for anonymous enums. Update all uses.
[factor.git] / basis / alien / data / data-docs.factor
index e34b1ba4fa5445180bda42ae7f94c114d4204807..d36a4d5fd2b2840efb84eb27b87b4a5badd60d33 100644 (file)
@@ -105,7 +105,7 @@ $nl
 "Important guidelines for passing data in byte arrays:"
 { $subsections "byte-arrays-gc" }
 "C-style enumerated types are supported:"
-{ $subsections POSTPONE: C-ENUM: POSTPONE: C-TYPED-ENUM: }
+{ $subsections POSTPONE: C-ENUM: }
 "C types can be aliased for convenience and consistency with native library documentation:"
 { $subsections POSTPONE: TYPEDEF: }
 "A utility for defining " { $link "destructors" } " for deallocating memory:"