On Fri, 9 May 2025 19:18:26 +0000, Farley, Peter <[email protected]> 
wrote:

>The C/C++ "standard" includes (stdio, etc.) have a lot of intermediate 
>"baggage" that is usually (though not always) not relevant to a programmer's 
>investigations and reviews.
>
>Is it possible (maybe via #pragma?) to positionally "turn off" aggregate and 
>XREF processing before standard #includes in the source and then turn it back 
>on for "important to me"  #include's?
>
>IOW, can I control what appears in the aggregate and XREF listing sections?
>
>Peter
>
>This message and any attachments are intended only for the use of the 
>addressee and may contain information that is privileged and confidential. If 
>the reader of the message is not the intended recipient or an authorized 
>representative of the intended recipient, you are hereby notified that any 
>dissemination of this communication is strictly prohibited. If you have 
>received this communication in error, please notify us immediately by e-mail 
>and delete the message and any attachments from your system.
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to [email protected] with the message: INFO IBM-MAIN



Hi,

There is no way to do this unfortunately, but you can always compile the 
headers themselves and save those listings. When you do your normal 
compilation, you can remove those saved header sections from your full listing 
with tools like diff.


Hope this helps,

z/OS XL C/C++ Compiler team

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to