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