diff file.rhope @ 170:ac5c2d78663f

Inline calls to If@Boolean when static type info is present
author Mike Pavone <pavone@retrodev.com>
date Sun, 08 May 2011 18:21:19 -0700
parents 25a205094f9b
children
line wrap: on
line diff
--- a/file.rhope	Sun May 08 01:37:44 2011 -0700
+++ b/file.rhope	Sun May 08 18:21:19 2011 -0700
@@ -88,8 +88,9 @@
 			imode <- 65i32
 			type <- File Write()
 			out <- Val[ofile]
-			If[[fd]!=[-1i32]]
-			{ lseek[fd, 0i64, 2i32] }
+			{ 
+				lseek[fd, 0i64, 2i32]
+			}
 		}{
 			,error <- If[[mode]=["rw"]]
 			{