]> gitweb.factorcode.org Git - factor.git/commitdiff
libc: add DESTRUCTOR: for (free)
authorJoe Groff <arcata@gmail.com>
Wed, 14 Apr 2010 20:08:45 +0000 (13:08 -0700)
committerJoe Groff <arcata@gmail.com>
Wed, 14 Apr 2010 20:08:45 +0000 (13:08 -0700)
basis/libc/libc.factor

index 4a887e695ffff7f122b288a84c91df8807e0a647..27d7555d6734e0ef024080b264b3acb8b79cef66 100644 (file)
@@ -99,3 +99,4 @@ PRIVATE>
     size_t "libc" "strlen" { c-string } alien-invoke ;
 
 DESTRUCTOR: free
+DESTRUCTOR: (free)