diff options
| author | Drahflow <drahflow@gmx.de> | 2015-05-28 17:00:08 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2015-05-28 17:00:08 +0200 |
| commit | 30d0ce33136b06ba804790951c4a26194aac06fa (patch) | |
| tree | 19c415ce6cf9dbbfcba55175c941955b3273330f /compiler | |
| parent | 09656b0290c331a497b11cfd1a31976f1debd821 (diff) | |
Inlined logical or as well
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/standardClient.ey | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index dfcdfb6..dcbb0e8 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -414,7 +414,7 @@ "exit failed" die } /exit sys .deff - { < ==?mode ==?flags ==?fd < + { < ==mode ==flags ==fd < { flags RWMASK bnot band RDONLY bor =flags } /readonly deff { flags RWMASK bnot band WRONLY bor =flags } /writeonly deff { flags RWMASK bnot band RDWR bor =flags } /readwrite deff @@ -433,7 +433,7 @@ } /close deff { ==count fd 0 lt { "file not open" die } rep - count str .alloc ==?buf + count str .alloc ==buf fd buf count 0 0 0 READ sys .asm .syscall -- _ 0 lt { "read failed" die } rep buf str .inplacePrefix |
