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 --- sys/etc/environ.com | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/etc/environ.com (limited to 'sys/etc/environ.com') diff --git a/sys/etc/environ.com b/sys/etc/environ.com new file mode 100644 index 00000000..4a2fae17 --- /dev/null +++ b/sys/etc/environ.com @@ -0,0 +1,8 @@ +# Common for the environment list package. + +pointer envbuf # buffer containing the environment list +int len_envbuf # length of the envbuf buffer +int last # index of the last list element entered +int top # index of the next list element +short threads[NTHREADS] # hashed threads through list +common /envcom/ envbuf, len_envbuf, last, top, threads -- cgit