From 7fa7a1f3dac22281bd87f4b902f853e524e96cb3 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 19 Nov 2004 08:33:02 +0000 Subject: [PATCH] * fix for " Split po_public into po_public and po_global" --- compiler/utils/ppudump.pp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/utils/ppudump.pp b/compiler/utils/ppudump.pp index 4faa366729..40b5eb0184 100644 --- a/compiler/utils/ppudump.pp +++ b/compiler/utils/ppudump.pp @@ -871,7 +871,7 @@ const (mask:potype_destructor; str:'Destructor'), (mask:potype_operator; str:'Operator') ); - procopts=25; + procopts=26; procopt : array[1..procopts] of tprocopt=( (mask:po_classmethod; str:'ClassMethod'), (mask:po_virtualmethod; str:'VirtualMethod'), @@ -2088,7 +2088,10 @@ begin end. { $Log$ - Revision 1.62 2004-11-19 08:17:02 michael + Revision 1.63 2004-11-19 08:33:02 marco + * fix for " Split po_public into po_public and po_global" + + Revision 1.62 2004/11/19 08:17:02 michael * Split po_public into po_public and po_global (Peter) Revision 1.61 2004/11/17 22:22:12 peter