HP3000-L Archives

June 1999, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Wed, 2 Jun 1999 20:58:24 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (15 lines)
Michael wrote...
>Any suggestions from the gcc users out there on how to tackle this problem?

CSEQ has already been mentioned. But as I am not one of the happy owners,
I usually resort to my Pascal/iX compiler's $LISTINTR$ option to generate
an extensive listing of the SYSINTR contents in human readable form. It
helps to understand the parameter list (parm size, alignment, hidden ones)
but the manual work of coding the proper call is still somewhat tedious.
So I typically use c89 for prototyping and only add #ifdef __GNUC__ parts
when I'm pretty sure my code is reasonably final.

Lars.

(ok ok, it's somewhat unfair as I have all the HP compilers at hand ;-)

ATOM RSS1 RSS2