Browse Source

no message

florian 22 years ago
parent
commit
5e504a4e98
1 changed files with 5 additions and 2 deletions
  1. 5 2
      tests/webtbs/tw2739.pp

+ 5 - 2
tests/webtbs/tw2739.pp

@@ -1,4 +1,5 @@
 {$mode Delphi}
 {$mode Delphi}
+unit tw2739;
 
 
 interface
 interface
 
 
@@ -24,10 +25,12 @@ end;
 
 
 
 
 function JclAddExceptNotifier(const NotifyMethod: TJclExceptNotifyMethod): Boolean; overload;
 function JclAddExceptNotifier(const NotifyMethod: TJclExceptNotifyMethod): Boolean; overload;
-
+var
+  p : pointer;
 begin
 begin
+  p:=@NotifyMethod;
 end;
 end;
 
 
 
 
 begin
 begin
-end.
+end.