[Lxr-commits] CVS: lxr/lib/LXR Common.pm,1.33,1.34
Brought to you by:
ajlittoz
|
From: Malcolm B. <mb...@us...> - 2001-10-31 13:22:01
|
Update of /cvsroot/lxr/lxr/lib/LXR In directory usw-pr-cvs1:/tmp/cvs-serv25748 Modified Files: Common.pm Log Message: Quick temporary fix for bug 476695 Index: Common.pm =================================================================== RCS file: /cvsroot/lxr/lxr/lib/LXR/Common.pm,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- Common.pm 2001/10/16 20:38:37 1.33 +++ Common.pm 2001/10/31 13:21:58 1.34 @@ -66,7 +66,7 @@ 'u' => 'union names', 'v' => 'variable definition', 'x' => 'extern or forward variable declaration', - 'i' => 'documentation entry'); + 'i' => 'interface'); $tmpcounter = 23; |