[comp.sys.apollo] Correction to Apollo insert file pgm.ins.c

dkukral@encad.Wichita.NCR.COM (Dean Kukral) (08/08/89)

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.