Ada: Disable Style Checks in System.Interrupt_Names Generation on VxWorks
Style checks are now disabled during the generation of `System.Interrupt_Names` for VxWorks.
This commit disables style checks in the xsintnam.sed script used to generate System.Interrupt_Names for VxWorks. This is a follow-up to a previous commit that fixed the generation of this file and addresses style-related issues that may have arisen during the process.
In Details
This commit modifies xsintnam.sed to disable style checks during System.Interrupt_Names generation for VxWorks. It is related to the fix for incorrect subtype declarations in the spec of Ada.Interrupts.Names.
For Context
The Ada programming language provides a way to interact with hardware interrupts through the System.Interrupt_Names package. This package needs to be generated specifically for each operating system. This commit disables style checks in the script that generates this package for the VxWorks operating system, resolving potential style-related issues detected by the compiler during the build process.