Skip to content

Commit e8f380e

Browse files
committed
Intern identifiers in C parser by default
1 parent dd86cbd commit e8f380e

File tree

3 files changed

+106
-87
lines changed

3 files changed

+106
-87
lines changed

graphql-c_parser/ext/graphql_c_parser_ext/graphql_c_parser_ext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef Graphql_ext_h
22
#define Graphql_ext_h
33
#include <ruby.h>
4+
#include <ruby/encoding.h>
45
#include "lexer.h"
56
#include "parser.h"
67
void Init_graphql_c_parser_ext();

0 commit comments

Comments
 (0)