X-Git-Url: http://nitlanguage.org diff --git a/lib/pnacl.nit b/lib/pnacl.nit index bd25a22..516c860 100644 --- a/lib/pnacl.nit +++ b/lib/pnacl.nit @@ -13,15 +13,13 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# -# Targets the PNaCl platform + +# Provides PNaCl support for Nit. # # To use this module and compile for PNaCl, you must install the # NaCl SDK (This file is based on Pepper 33). # If NACL_SDK_ROOT is not set in your PATH, you have to work in # 'nacl_sdk/pepper_your_pepper_version/getting_started/your_project_folder'. -# -# Provides PNaCl support for Nit. module pnacl is platform import standard @@ -632,9 +630,9 @@ end # A stream for PNaCl, redefines basic input and output methods. class PnaclStream - super PollableIStream - super OStream - super BufferedIStream + super PollableReader + super Writer + super BufferedReader init do prepare_buffer(10)