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
This commit is contained in:
Laurent GUERBY 2005-09-22 10:28:14 +00:00 committed by Laurent Guerby
parent fa5e3f0675
commit ccdeca37fe
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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> 2005-09-16 Andreas Jaeger <aj@suse.de>
* socket.c: Add string.h for memcpy. * socket.c: Add string.h for memcpy.

View File

@ -36,6 +36,7 @@ with System.Interrupt_Management;
with System.Tasking; with System.Tasking;
package System.Task_Primitives.Interrupt_Operations is package System.Task_Primitives.Interrupt_Operations is
pragma Preelaborate;
package IM renames System.Interrupt_Management; package IM renames System.Interrupt_Management;
package ST renames System.Tasking; package ST renames System.Tasking;