|
@@ -2429,7 +2429,7 @@ type
|
|
|
end;
|
|
|
const
|
|
|
{Should contain the number of procedure directives we support.}
|
|
|
- num_proc_directives=54;
|
|
|
+ num_proc_directives=53;
|
|
|
proc_direcdata:array[1..num_proc_directives] of proc_dir_rec=
|
|
|
(
|
|
|
(
|
|
@@ -2495,15 +2495,6 @@ const
|
|
|
mutexclpocall : [];
|
|
|
mutexclpotype : [potype_constructor,potype_destructor,potype_class_constructor,potype_class_destructor];
|
|
|
mutexclpo : [po_assembler,po_external]
|
|
|
- ),(
|
|
|
- idtok:_DISCARDRESULT;
|
|
|
- pd_flags : [pd_interface,pd_implemen,pd_body,pd_procvar];
|
|
|
- handler : nil;
|
|
|
- pocall : pocall_none;
|
|
|
- pooption : [po_discardresult];
|
|
|
- mutexclpocall : [];
|
|
|
- mutexclpotype : [potype_function,potype_constructor,potype_destructor,potype_class_constructor,potype_class_destructor];
|
|
|
- mutexclpo : []
|
|
|
),(
|
|
|
idtok:_DISPID;
|
|
|
pd_flags : [pd_dispinterface];
|