<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial"
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document
face=Arial color=#000000 size=2>
<DIV>In browsing through the latest changes to the ppudump program, I noticed
something that looks to be an error. It causes any object/class with
virtual method(s) to also be flagged as being "IsForward". The
following patch corrects it</DIV>
<DIV> </DIV>
<DIV>Index:
ppudump.pp<BR>===================================================================<BR>---
ppudump.pp (revision 3919)<BR>+++ ppudump.pp (working copy)<BR>@@
-1165,7 +1165,7 @@<BR> const<BR> symopts=13;<BR>
symopt : array[1..symopts] of tsymopt=(<BR>-
(mask:oo_has_virtual;
str:'IsForward'),<BR>+
(mask:oo_is_forward;
str:'IsForward'),<BR>
(mask:oo_has_virtual;
str:'HasVirtual'),<BR>
(mask:oo_has_private;
str:'HasPrivate'),<BR>
(mask:oo_has_protected;
str:'HasProtected'),<BR></DIV></FONT></BODY></HTML>