From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/xtools/gtools/gthelp.x | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkg/xtools/gtools/gthelp.x (limited to 'pkg/xtools/gtools/gthelp.x') diff --git a/pkg/xtools/gtools/gthelp.x b/pkg/xtools/gtools/gthelp.x new file mode 100644 index 00000000..6267ced4 --- /dev/null +++ b/pkg/xtools/gtools/gthelp.x @@ -0,0 +1,12 @@ +# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc. + +# GT_HELP -- Page graphics help from a file. +# This routine should not be called anymore. + +procedure gt_help (file) + +char file[ARB] # File to be paged + +begin + call pagefile (file, "") +end -- cgit