comp.lang.ada
 help / color / mirror / Atom feed
* pragma import ambiguity
@ 2006-09-06 16:05 tmoran
  2006-09-06 16:39 ` bubble
  2006-09-06 17:34 ` Frank J. Lhota
  0 siblings, 2 replies; 10+ messages in thread
From: tmoran @ 2006-09-06 16:05 UTC (permalink / raw)


One Ada compiler accepts this, another doesn't. I agree with the one that
objects.  Are we wrong?
procedure testimp is
  type logicopenm is ( clear, gl_and);
  procedure clear(mask:integer);
  pragma import(stdcall,clear,"glclear");
begin
  null;
end testimp;



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-09-21  1:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-06 16:05 pragma import ambiguity tmoran
2006-09-06 16:39 ` bubble
2006-09-06 16:42   ` bubble
2006-09-06 17:47   ` Pascal Obry
2006-09-21  1:26   ` Dave Thompson
2006-09-06 17:34 ` Frank J. Lhota
2006-09-06 18:06   ` Gautier
2006-09-07  7:53   ` Dmitry A. Kazakov
2006-09-07 19:35   ` Adam Beneschan
2006-09-08  3:48     ` Randy Brukardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox