diff options
author | Nuno Lopes <nlopess@php.net> | 2016-11-16 15:11:07 -0500 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2016-11-16 15:11:07 -0500 |
commit | d26b8804d030f9c1380628d4dbb1f56d91c91a2b (patch) | |
tree | 54fb55bbfe2213b264d7c89d40554d179581ce6e /sapi/phpdbg/phpdbg_parser.h | |
parent | 99e5d6c4a5d3c0f985ab4ebabc487c6051dfe076 (diff) | |
download | php-git-d26b8804d030f9c1380628d4dbb1f56d91c91a2b.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 |