diff options
| author | jvoisin | 2017-09-25 14:04:21 +0200 |
|---|---|---|
| committer | jvoisin | 2017-09-25 14:04:21 +0200 |
| commit | bed568094b95b65a43c44d7b4d38aced394fce1c (patch) | |
| tree | dfa1fece12df05adee964eb27b98b46cb5a34ead /src/sp_config.h | |
| parent | 302dd00ff445a3b8257fa75bdb24ed354a513746 (diff) | |
Show the line number in case of processing error
Diffstat (limited to 'src/sp_config.h')
| -rw-r--r-- | src/sp_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 5 | #include <netinet/in.h> | 5 | #include <netinet/in.h> |
| 6 | #include <sys/socket.h> | 6 | #include <sys/socket.h> |
| 7 | 7 | ||
| 8 | extern size_t sp_line_no; | ||
| 9 | |||
| 8 | typedef enum { | 10 | typedef enum { |
| 9 | SP_TYPE_STR = 0, | 11 | SP_TYPE_STR = 0, |
| 10 | SP_TYPE_REGEXP, | 12 | SP_TYPE_REGEXP, |
