]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/stat/netbsd/64/64.factor
Fixing assorted compile errors and help lint warnings
[factor.git] / basis / unix / stat / netbsd / 64 / 64.factor
index 1a1f97507c9a9fd6f2560b192afcb22505610c7a..a832ff8d1cab265d011505f824ebd85e05d5b57e 100644 (file)
@@ -25,5 +25,5 @@ C-STRUCT: stat
 FUNCTION: int __stat13 ( char* pathname, stat* buf ) ;
 FUNCTION: int __lstat13 ( char* pathname, stat* buf ) ;
 
-: stat ( pathname buf -- n ) __stat13 ; inline
-: lstat ( pathname buf -- n ) __lstat13 ; inline
+CONSTANT: stat ( pathname buf -- n ) __stat13
+CONSTANT: lstat ( pathname buf -- n ) __lstat13