diff options
author | Nuno Lopes <nlopess@php.net> | 2016-11-16 15:08:42 -0500 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2016-11-16 15:08:42 -0500 |
commit | 7032ed37c077adcdc55cb8656682ba3ec94a650f (patch) | |
tree | a4eb9612b9d1b8a12aa5ead6d1ffc10de830d3bb /sapi/phpdbg/phpdbg_parser.h | |
parent | a04d9e0f1be00b1ef0b008b72b71ffc306819a4e (diff) | |
download | php-git-7032ed37c077adcdc55cb8656682ba3ec94a650f.tar.gz |
fix gcov coverage
Diffstat (limited to 'sapi/phpdbg/phpdbg_parser.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_parser.h b/sapi/phpdbg/phpdbg_parser.h index 38d3ecbf70..d13cfbc0a5 100644 --- a/sapi/phpdbg/phpdbg_parser.h +++ b/sapi/phpdbg/phpdbg_parser.h @@ -41,7 +41,7 @@ extern int phpdbg_debug; #endif /* "%code requires" blocks. */ /* Line 2060 of yacc.c */ -#line 36 "/Users/Bob/php-src-X/sapi/phpdbg/phpdbg_parser.y" +#line 36 "sapi/phpdbg/phpdbg_parser.y" #include "phpdbg.h" #ifndef YY_TYPEDEF_YY_SCANNER_T |