lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Small lynx2.7.1ac-0.6 patch to remove a couple of warnings


From: Larry W. Virden, x2487
Subject: LYNX-DEV Small lynx2.7.1ac-0.6 patch to remove a couple of warnings
Date: Sat, 19 Apr 1997 23:23:33 -0400

On SPARC / Solaris 2.5.1 Sun compiler, I got a few warnings I knew how
to resolve.  While looking, I also found what _appears_ to be a typo
in the same file, so I fixed that as well.

*** lynx2-7-1/src/LYMain.c-dist Sat Apr 19 22:58:24 1997
--- lynx2-7-1/src/LYMain.c      Sat Apr 19 23:03:16 1997
***************
*** 38,48 ****
  #endif /* !VMS */
  
  #ifdef LOCALE
! #include<locale.h>
  #endif /* LOCALE */
  
  #include "LYexit.h"
  #include "LYLeaks.h"
  
  #define FREE(x) if (x) {free(x); x = NULL;}
  
--- 38,49 ----
  #endif /* !VMS */
  
  #ifdef LOCALE
! #include <locale.h>
  #endif /* LOCALE */
  
  #include "LYexit.h"
  #include "LYLeaks.h"
+ #include "LYMainLoop.h"
  
  #define FREE(x) if (x) {free(x); x = NULL;}
  
***************
*** 450,456 ****
      char filename[256];
  
  #ifdef _WINDOWS 
! WSADATA WSAData;
   {
                  int err;
                  WORD wVerReq;
--- 451,457 ----
      char filename[256];
  
  #ifdef _WINDOWS 
!     WSADATA WSAData;
   {
                  int err;
                  WORD wVerReq;
***************
*** 1274,1280 ****
        }
      }
   
!     exit(status);
  }
  
  /*
--- 1275,1281 ----
        }
      }
   
!     return(status);
  }
  
  /*
-- 
Larry W. Virden                 INET: address@hidden
<URL:http://www.teraform.com/%7Elvirden/> <*> O- "We are all Kosh."
Unless explicitly stated to the contrary, nothing in this posting should 
be construed as representing my employer's opinions.
;
; 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]