]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unix/unix.factor
factor: actual patch to remove ; from all c/fortran functions
[factor.git] / basis / unix / unix.factor
index 0fb4de728de93290d3ca791b5a9b7511b05a322b..42cc4612a13e279a8e605ac1a32784e73f4312ac 100644 (file)
@@ -64,7 +64,7 @@ HOOK: open-file os ( path flags mode -- fd )
 
 : close-file ( fd -- ) [ close ] unix-system-call-allow-eintr drop ;
 
-FUNCTION: int _exit ( int status ) ;
+FUNCTION: int _exit ( int status )
 
 M: unix open-file [ open ] unix-system-call ;