aboutsummaryrefslogtreecommitdiff
path: root/sys/gio/nspp/sysint/perror.x
blob: 6c1cb85bb064845684083ff949f13ad5801b3913 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# PERROR -- Fatal error in NSPP.

procedure perror()

begin
	call fatal (0, "Fatal error in Ncar system plot package")
end