Sha256: 23f25261662a8533456b5e7734a4c13adad17452dad85ccabe24dc9ee86e9e2b
Contents?: true
Size: 721 Bytes
Versions: 1
Compression:
Stored size: 721 Bytes
Contents
#ifndef RUBY_BACKWARD_RUBYIO_H /*-*-C++-*-vi:se ft=cpp:*/ #define RUBY_BACKWARD_RUBYIO_H /** * @file * @author Ruby developers <ruby-core@ruby-lang.org> * @copyright This file is a part of the programming language Ruby. * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. */ #if defined __GNUC__ #warning use "ruby/io.h" instead of "rubyio.h" #elif defined _MSC_VER #pragma message("warning: use \"ruby/io.h\" instead of \"rubyio.h\"") #endif #include "ruby/io.h" #endif /* RUBY_BACKWARD_RUBYIO_H */
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zscan-2.0.9 | ext/pack/ruby/backward/rubyio.h |