Skip to content

Commit

Permalink
* include/ruby/missing.h, include/ruby/ruby.h (namespace ruby):
Browse files Browse the repository at this point in the history
  get rid of name clash on C++.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Aug 7, 2010
1 parent 8488b62 commit 574cadc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sun Aug 8 08:55:37 2010 Nobuyoshi Nakada <[email protected]>

* 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 <[email protected]>

* lib/rbconfig/obsolete.rb: show the location which use Config.
Expand Down
2 changes: 1 addition & 1 deletion include/ruby/ruby.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 574cadc

Please sign in to comment.