From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,MSGID_SHORT autolearn=no autolearn_force=no version=3.4.5-pre1 Date: 24 Feb 91 21:18:11 GMT From: eru!hagbard!sunic!enea!sommar@bloom-beacon.mit.edu (Erland Sommarskog) Subject: procedural variables Message-ID: <2683@enea.se> List-Id: Also sprach Stephen Edwards : >This isn't quite correct. Ironically, procedure _variables_ (in Ada) >aren't even needed for X callbacks, as virtually all Ada-to-C X interfaces >illustrate. One only need pass an indirect reference to an Ada procedure >on to the C code. For this purpose, there isn't need of Ada-manipulable >procedure variables. (this would not be true when interfacing to an all >Ada implementation of X, of course.) ...or you wanted an interface package with declarations that assured that you passed callbacks with the right parameter profile. -- Erland Sommarskog - ENEA Data, Stockholm - sommar@enea.se