6 lines
82 B
OpenEdge ABL
6 lines
82 B
OpenEdge ABL
ifnd TRAPS_I
|
|
TRAPS_I equ 1
|
|
; Initialize trap handling
|
|
xref traps_init
|
|
endif
|