Added missing export marker.

This commit is contained in:
A. S. Budden
2016-06-13 19:08:13 +01:00
parent 8e28a6140b
commit 72bd22a380

View File

@@ -2715,7 +2715,7 @@ when not defined(JS): #and not defined(nimscript):
##
## Default mode is readonly. Returns true iff the file could be reopened.
proc setStdIoUnbuffered() {.tags: [], benign.}
proc setStdIoUnbuffered*() {.tags: [], benign.}
## Configures `stdin`, `stdout` and `stderr` to be unbuffered.
proc close*(f: File) {.tags: [].}