diff options
author | pixel <pixel> | 2003-01-22 17:49:13 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-01-22 17:49:13 +0000 |
commit | 7bc2475e3b7e051278072821766160234a33b96e (patch) | |
tree | 3160ccd3b3f8f9a3252fd460d7fc22b3fff0ef51 /lib/Input.cc | |
parent | 4c8f2ee73fc063871bdac980a135417882e1eb73 (diff) |
homygod (bis)
Diffstat (limited to 'lib/Input.cc')
-rw-r--r-- | lib/Input.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Input.cc b/lib/Input.cc index 4c9ad2e..7427c38 100644 --- a/lib/Input.cc +++ b/lib/Input.cc @@ -123,9 +123,7 @@ void Input::SetZ(int l) throw(GeneralException) { Handle::SetZ(l); } -#ifdef HOOK_STDS Stdin_t::Stdin_t() { } -#endif bool Stdin_t::CanSeek() const { return 0; @@ -135,7 +133,9 @@ String Stdin_t::GetName() const { return "Stdin"; } +#ifdef HOOK_STDS Stdin_t Stdin; +#endif Archive * Archive::header = 0; |