Re: XForms: Imakefile problem with RC4

From: spl@ncmir.ucsd.edu
Date: Tue Sep 03 2002 - 10:33:46 EDT

  • Next message: Angus Leeming: "Re: XForms: Imakefile problem with RC4"

    # To subscribers of the xforms list from spl@ncmir.ucsd.edu :

    > Changing the typedefs above to
    >
    > #define Long int
    > #define ULong uint

    You may want to change those to

    #define Long long
    #define ULong unsigned long

    > I have no idea what to return in local_print or whether this fuction should,
    > in fact, return void.

    Yes, it should return void and should probably be declared as such.
    It's only used in one place, as far as I can tell.

    The snprintf() port is quite clearly something of a hack and was part
    of a larger collection of functions to provide compatibility to all
    sorts of ancient compilers and systems. I got it running for SunOS
    4.1.4 and only that with a certain amount of difficulty and annoyance.
    I'm surprised it works at all.

                                                                    spl

    _________________________________________________
    To unsubscribe, send the message "unsubscribe" to
    xforms-request@bob.usuhs.mil or see
    http://bob.usuhs.mil/mailserv/xforms.html
    XForms Home Page: http://world.std.com/~xforms
    List Archive: http://bob.usuhs.mil/mailserv/list-archives/



    This archive was generated by hypermail 2b29 : Tue Sep 03 2002 - 10:35:04 EDT