summaryrefslogtreecommitdiff
path: root/ext/json/parser/parser.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-10-05 07:00:07 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-10-05 07:00:07 +0900
commit5717e55e9a7790c938afa694a9bf558c0e54bb83 (patch)
tree88d736907ea5cf18a97c2314e0b7f68eb9d7240c /ext/json/parser/parser.c
parent076d3d758b0df47d3dceb3ba0930486f3dd0cc2d (diff)
ext/json/parser/prereq.mk: Add a "automatically generated" header
to parser.c.
Diffstat (limited to 'ext/json/parser/parser.c')
-rw-r--r--ext/json/parser/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/json/parser/parser.c b/ext/json/parser/parser.c
index 2d13bccf7e..fb10491d14 100644
--- a/ext/json/parser/parser.c
+++ b/ext/json/parser/parser.c
@@ -1,3 +1,4 @@
+/* This file is automatically generated from parser.rl by using ragel */
#line 1 "parser.rl"
#include "../fbuffer/fbuffer.h"