summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-10-05 07:00:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-10-31 13:44:19 +0900
commitb2f06973cddf37cf86c68c82391976358dc05e46 (patch)
treeb70947efb380e5d186868e10b9a31bf145a1aa88 /ext
parent75f9a47856493b8cdd455bd013a87919b6193e55 (diff)
downloadjson-b2f06973cddf37cf86c68c82391976358dc05e46.tar.gz
ext/json/parser/prereq.mk: Add a "automatically generated" header
to parser.c.
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 a8ac947..1fae9ca 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"