blob: 83ec77cd9636e3f967d7710ae50801f3e6f4dcba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
# PLF_NULL -- Null driver entry point.
procedure plf_null()
begin
call error (1, "PLF image kernel abort - null driver entry point")
end
|