Xref: utzoo comp.os.vms:11045 comp.lang.pascal:1388 Path: utzoo!attcan!uunet!husc6!bloom-beacon!bu-cs!gjc From: gjc@bu-cs.BU.EDU (George J. Carrette) Newsgroups: comp.os.vms,comp.lang.pascal Subject: LIB$TPARSE action routines from VAX Pascal (need help) Message-ID: <27080@bu-cs.BU.EDU> Date: 7 Jan 89 19:38:59 GMT References: <139@musky2.MUSKINGUM.EDU> Organization: Boston U. Comp. Sci. Lines: 5 In-reply-to: terrell@musky2.MUSKINGUM.EDU's message of 7 Jan 89 02:05:34 GMT There should be no difference between the use of CALLS vs. CALLG. They both create a valid vax call frame for the called procedure. There are obscure cases where it would matter when the called procedure is violating strict VAX call standards. That is more likely to happen with VAX-C however, not Pascal.