Sha256: 2dbdd2265a79544821727d72cef9ecbb61afc68bca3e1e62f6feb1994e14f652
Contents?: true
Size: 594 Bytes
Versions: 87
Compression:
Stored size: 594 Bytes
Contents
#ifndef RUBY_TOPLEVEL_ASSERT_H /*-*-C-*-vi:se ft=c:*/ #define RUBY_TOPLEVEL_ASSERT_H /** * @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. */ #include "ruby/assert.h" #undef assert #define assert RUBY_ASSERT_NDEBUG #endif /* RUBY_TOPLEVEL_ASSERT_H */
Version data entries
87 entries across 26 versions & 5 rubygems