summaryrefslogtreecommitdiff
path: root/ext/json/parser/parser.c
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2019-10-05 17:54:36 +0900
committerYusuke Endoh <mame@ruby-lang.org>2019-10-05 17:54:36 +0900
commit70e3fda2eb45c841e5fb4574273d20f8df5455e5 (patch)
treea2f64264f0c40ea1d7049cd350547577ab33e6ef /ext/json/parser/parser.c
parent3e3cc0885a9100e9d1bfdb77e136416ec803f4ca (diff)
ext/json/parser/prereq.mk: keep line numbers of ext/json/parser/parser.c
Follow up of 5717e55e9a7790c938afa694a9bf558c0e54bb83. Adding a header with newline broke linenos.
Diffstat (limited to 'ext/json/parser/parser.c')
-rw-r--r--ext/json/parser/parser.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/json/parser/parser.c b/ext/json/parser/parser.c
index cb91a2e559..11cd2900b6 100644
--- a/ext/json/parser/parser.c
+++ b/ext/json/parser/parser.c
@@ -1,5 +1,4 @@
/* This file is automatically generated from parser.rl by using ragel */
-
#line 1 "parser.rl"
#include "../fbuffer/fbuffer.h"
#include "parser.h"