From bed568094b95b65a43c44d7b4d38aced394fce1c Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 25 Sep 2017 14:04:21 +0200 Subject: Show the line number in case of processing error --- src/sp_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sp_config.h') diff --git a/src/sp_config.h b/src/sp_config.h index 54ec2cc..8d41333 100644 --- a/src/sp_config.h +++ b/src/sp_config.h @@ -5,6 +5,8 @@ #include #include +extern size_t sp_line_no; + typedef enum { SP_TYPE_STR = 0, SP_TYPE_REGEXP, -- cgit v1.3