summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-29 16:42:18 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-29 16:58:31 +0900
commit87379e694a103e0db18c1c8f652b0112d8239ebf (patch)
tree20895e647388086a198067b2b564e7f4b5402ee2 /ext
parent05de02f4e2813e87280a408596ccc912decb277c (diff)
downloadjson-87379e694a103e0db18c1c8f652b0112d8239ebf.tar.gz
relax test-unit version for old ruby
Diffstat (limited to 'ext')
-rw-r--r--ext/json/ext/parser/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/ext/parser/parser.c b/ext/json/ext/parser/parser.c
index 0f98cf9..bc4ac46 100644
--- a/ext/json/ext/parser/parser.c
+++ b/ext/json/ext/parser/parser.c
@@ -1,4 +1,4 @@
-/* This file is automatically generated from parser.rl by using ragel */
+
#line 1 "parser.rl"
#include "../fbuffer/fbuffer.h"
#include "parser.h"