X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/675ff7336fb0e6f1c0142ce5e796205236d8ffff..a6cb961a4121bd8ff929a9e468dac35f2e4e9c42:/Driver.cpp diff --git a/Driver.cpp b/Driver.cpp index 788afee..0bdd62d 100644 --- a/Driver.cpp +++ b/Driver.cpp @@ -1,5 +1,5 @@ -/* Cycript - Optimizing JavaScript Compiler/Runtime - * Copyright (C) 2009-2015 Jay Freeman (saurik) +/* Cycript - The Truly Universal Scripting Language + * Copyright (C) 2009-2016 Jay Freeman (saurik) */ /* GNU Affero General Public License, Version 3 {{{ */ @@ -24,7 +24,7 @@ bool CYParser(CYPool &pool, bool debug); -CYDriver::CYDriver(CYPool &pool, std::istream &data, const std::string &filename) : +CYDriver::CYDriver(CYPool &pool, std::streambuf &data, const std::string &filename) : pool_(pool), newline_(false), last_(false),