From 70e3fda2eb45c841e5fb4574273d20f8df5455e5 Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Sat, 5 Oct 2019 17:54:36 +0900 Subject: [PATCH] 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. --- ext/json/parser/parser.c | 1 - ext/json/parser/prereq.mk | 2 +- 2 files changed, 1 insertion(+), 2 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" diff --git a/ext/json/parser/prereq.mk b/ext/json/parser/prereq.mk index 386999ba9d..04aeac914d 100644 --- a/ext/json/parser/prereq.mk +++ b/ext/json/parser/prereq.mk @@ -6,6 +6,6 @@ RAGEL = ragel $(RAGEL) -G2 $< $(BASERUBY) -pli -e '$$_.sub!(/[ \t]+$$/, "")' \ -e '$$_.sub!(/^static const int (JSON_.*=.*);$$/, "enum {\\1};")' \ - -e '$$header ||= $$_ = "/* This file is automatically generated from parser.rl by using ragel */\n" + $$_' $@ + -e '$$header ||= $$_ = "/* This file is automatically generated from parser.rl by using ragel */" + $$_' $@ parser.c: