mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
id_table.c: fix prototype names
* id_table.c: fix prototype names, missing underscore prefixes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
33ed298379
commit
7f13f878cf
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@
|
|||
# define UNUSED(func) static func
|
||||
#endif
|
||||
|
||||
UNUSED(ID_TABLE_IMPL_TYPE *IMPL(create)(size_t));
|
||||
UNUSED(ID_TABLE_IMPL_TYPE *IMPL(_create)(size_t));
|
||||
UNUSED(void IMPL(_free)(ID_TABLE_IMPL_TYPE *));
|
||||
UNUSED(void IMPL(_clear)(ID_TABLE_IMPL_TYPE *));
|
||||
UNUSED(size_t IMPL(_size)(ID_TABLE_IMPL_TYPE *));
|
||||
|
|
Loading…
Reference in a new issue