[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: output of `global -Po'
From: |
Shigio Yamaguchi |
Subject: |
Re: output of `global -Po' |
Date: |
Sat, 06 Nov 2004 00:32:28 +0900 |
> Output of `global -Po' was changed between version 4.8 and 4.8.1.
> I think that this is a bug.
>
>
> >global --version
> 4.8
> >global -P asm
> gctags/asm_parse.y
> >global -Po asm
> gctags/asm_parse.y
> gctags/asm_res.in
> gctags/asm_scan.l
> htags/asm.l
>
> >global --version
> 4.8.1
> >global -P asm
> gctags/asm_parse.y
> >global -Po asm
> /gctags/asm_parse.y
> /gctags/asm_res.in
> /gctags/asm_scan.l
> /htags/asm.l
Fixed. Thank you!
RCS file: /cvsroot/global/global/global/global.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -r1.80 -r1.81
856c856
< localprefix = "./";
---
> localprefix = ".";
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3