mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/missing.h, include/ruby/ruby.h (namespace ruby):
get rid of name clash on C++. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8488b62d59
commit
574cadc970
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun Aug 8 08:55:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* include/ruby/missing.h, include/ruby/ruby.h (namespace ruby):
|
||||
get rid of name clash on C++.
|
||||
|
||||
Sun Aug 8 07:47:29 2010 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/rbconfig/obsolete.rb: show the location which use Config.
|
||||
|
|
|
@ -1431,7 +1431,7 @@ unsigned long ruby_strtoul(const char *str, char **endptr, int base);
|
|||
|
||||
#define InitVM(ext) {void InitVM_##ext(void);InitVM_##ext();}
|
||||
|
||||
int ruby_snprintf(char *str, size_t n, char const *fmt, ...);
|
||||
PRINTF_ARGS(int ruby_snprintf(char *str, size_t n, char const *fmt, ...), 3, 4);
|
||||
int ruby_vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
|
||||
|
||||
#if defined __GNUC__ && __GNUC__ >= 4
|
||||
|
|
Loading…
Reference in a new issue