mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Remove st_functions_t
This commit is contained in:
parent
e02c7a7340
commit
3443e43b62
Notes:
git
2023-06-24 10:17:56 +00:00
5 changed files with 26 additions and 38 deletions
|
@ -341,9 +341,6 @@ typedef struct rb_parser_config_struct {
|
|||
*/
|
||||
int counter;
|
||||
|
||||
/* For parser_st */
|
||||
st_functions_t st_functions;
|
||||
|
||||
/* Memory */
|
||||
void *(*malloc)(size_t size);
|
||||
void *(*calloc)(size_t number, size_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue