Commit 31ba0fd1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7d0131d3
......@@ -37,8 +37,8 @@ using namespace golang;
// io::
namespace io {
const error EOF_ = errors::New("EOF");
const error ErrUnexpectedEOF = errors::New("unexpected EOF");
const global<error> EOF_ = errors::New("EOF");
const global<error> ErrUnexpectedEOF = errors::New("unexpected EOF");
} // io::
......
......@@ -58,8 +58,8 @@ const nullptr_t nil = nullptr;
// io::
namespace io {
extern const error EOF_;
extern const error ErrUnexpectedEOF;
extern const global<error> EOF_;
extern const global<error> ErrUnexpectedEOF;
} // io::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment