Fix typos [ci skip]
[ruby-80x24.org.git] / ruby_assert.h
blobd8f7ddd35b28b46adcf9689d1b6cf468265850bf
1 #ifndef RUBY_TOPLEVEL_ASSERT_H /*-*-C-*-vi:se ft=c:*/
2 #define RUBY_TOPLEVEL_ASSERT_H
3 /**
4 * @author Ruby developers <ruby-core@ruby-lang.org>
5 * @copyright This file is a part of the programming language Ruby.
6 * Permission is hereby granted, to either redistribute and/or
7 * modify this file, provided that the conditions mentioned in the
8 * file COPYING are met. Consult the file for details.
9 */
10 #include "ruby/assert.h"
11 #undef assert
12 #define assert RUBY_ASSERT_NDEBUG
14 #endif /* RUBY_TOPLEVEL_ASSERT_H */