lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV devel -76 build on VMS


From: Foteos Macrides
Subject: LYNX-DEV devel -76 build on VMS
Date: Tue, 07 Oct 1997 11:42:43 -0500 (EST)

Klaus:
        To build -76 on VMS without warnings, in LYOptions.c,
at line 273 change:

            addstr((UCLYhndl_for_unspec >= 0) ?
                   LYCharSet_UC[UCLYhndl_for_unspec].MIMEname : "NONE");

to:

            addstr((UCLYhndl_for_unspec >= 0) ?
                   (char *)LYCharSet_UC[UCLYhndl_for_unspec].MIMEname
                                              : "NONE");


and at line 816 change:

                        if (UCLYhndl_for_unspec >= 0)
                            addstr(LYCharSet_UC[UCLYhndl_for_unspec].MIMEname);

to:

                        if (UCLYhndl_for_unspec >= 0)
                            addstr((char *)
                                   LYCharSet_UC[UCLYhndl_for_unspec].MIMEname);


                                Fote

=========================================================================
 Foteos Macrides            Worcester Foundation for Biomedical Research
 address@hidden         222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]