|
@@ -937,6 +937,8 @@ unit pdecl;
|
|
(srsym^.typ=typesym) then
|
|
(srsym^.typ=typesym) then
|
|
begin
|
|
begin
|
|
ppointerdef(pd)^.pointertype:=ptypesym(srsym)^.restype;
|
|
ppointerdef(pd)^.pointertype:=ptypesym(srsym)^.restype;
|
|
|
|
+ { avoid wrong unused warnings web bug 801 PM }
|
|
|
|
+ inc(srsym^.refs);
|
|
{$ifdef GDB}
|
|
{$ifdef GDB}
|
|
if (cs_debuginfo in aktmoduleswitches) and assigned(debuglist) and
|
|
if (cs_debuginfo in aktmoduleswitches) and assigned(debuglist) and
|
|
(psym(p)^.owner^.symtabletype in [globalsymtable,staticsymtable]) then
|
|
(psym(p)^.owner^.symtabletype in [globalsymtable,staticsymtable]) then
|
|
@@ -1208,7 +1210,10 @@ unit pdecl;
|
|
end.
|
|
end.
|
|
{
|
|
{
|
|
$Log$
|
|
$Log$
|
|
- Revision 1.178 2000-01-11 17:16:05 jonas
|
|
|
|
|
|
+ Revision 1.179 2000-01-20 12:29:02 pierre
|
|
|
|
+ * bug 801 fixed
|
|
|
|
+
|
|
|
|
+ Revision 1.178 2000/01/11 17:16:05 jonas
|
|
* removed a lot of memory leaks when an error is encountered (caused by
|
|
* removed a lot of memory leaks when an error is encountered (caused by
|
|
procinfo and pstringcontainers). There are still plenty left though :)
|
|
procinfo and pstringcontainers). There are still plenty left though :)
|
|
|
|
|
|
@@ -1327,4 +1332,4 @@ end.
|
|
Revision 1.147 1999/09/02 09:23:51 peter
|
|
Revision 1.147 1999/09/02 09:23:51 peter
|
|
* fixed double dispose of propsymlist
|
|
* fixed double dispose of propsymlist
|
|
|
|
|
|
-}
|
|
|
|
|
|
+}
|