Commit ccdeca37 by Laurent GUERBY Committed by Laurent Guerby

re PR ada/23788 (s-taprop.adb:69:06: warning: cannot depend on…

re PR ada/23788 (s-taprop.adb:69:06: warning: cannot depend on "Interrupt_Operations" (wrong categorization))

2005-09-16  Laurent GUERBY  <laurent@guerby.net>

	PR ada/23788
	* s-tpinop.ads: Make this unit Preelaborate.

From-SVN: r104521
parent fa5e3f06
2005-09-16 Laurent GUERBY <laurent@guerby.net>
PR ada/23788
* s-tpinop.ads: Make this unit Preelaborate.
2005-09-16 Andreas Jaeger <aj@suse.de>
* socket.c: Add string.h for memcpy.
......
......@@ -36,6 +36,7 @@ with System.Interrupt_Management;
with System.Tasking;
package System.Task_Primitives.Interrupt_Operations is
pragma Preelaborate;
package IM renames System.Interrupt_Management;
package ST renames System.Tasking;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment