Path: utzoo!censor!geac!jtsv16!uunet!ncrlnk!ncrwic!encad!dkukral
From: dkukral@encad.Wichita.NCR.COM (Dean Kukral)
Newsgroups: comp.sys.apollo
Subject: Correction to Apollo insert file pgm.ins.c
Keywords: pgm.ins.c
Message-ID: <757@encad.Wichita.NCR.COM>
Date: 8 Aug 89 16:14:05 GMT
Distribution: usa
Organization: NCR Corporation Wichita, KS
Lines: 8

I believe that line 40 of /sys/ins/pgm.ins.c should be changed
from
        typedef int *pgm.$argv[128]
to
        typedef *pgm *pgm.$argv[128]

This change will only affect those C programmers who are using the
PGM system calls such as pgm_$invoke.