lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev cleaning up lynx


From: David Combs
Subject: Re: lynx-dev cleaning up lynx
Date: Tue, 28 Apr 1998 09:10:30 -0700 (PDT)

> From address@hidden Mon Apr 27 11:28:53 1998
> Date: Mon, 27 Apr 1998 14:01:36 -0400
> From: "John E. Davis" <address@hidden>
> To: address@hidden
> Cc: address@hidden
> Subject: Re:  lynx-dev cleaning up lynx
> Sender: address@hidden
> Precedence: bulk
> Reply-To: address@hidden
> 
> On Mon, 27 Apr 1998 06:14:08 -0700 (PDT), David Combs <address@hidden> said:
> >re renaming global variables, etc.
> >
> >I have my own tools for doing such things to
> >large systems.
> >
> >Unfortunately they are all implemented in the
> >language Mainsail, a $priprietary language, so I would
> >have to do the work on my machine.
> 
> I am all in favor of this provided that the tool is sophisticated
> enough to generate a log file of what it renamed, and that you can
> specifiy how you want something to be renamed.  Of course it must also
> handle code such as:
> 
> int more;
> 
> int main (int argc, char **argv);
> {
>    int more = 1;
>    
>    if (more)
>      {
>         int more = 2;
>       int Lynx_More = 3;
>         .
>         .
>      }
>      .
>      .
> }     
> 
> --John
> 

Sorry, can't do that.  Oh, well...

reply via email to

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