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: John E. Davis
Subject: Re: lynx-dev cleaning up lynx
Date: Mon, 27 Apr 1998 14:01:36 -0400

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

reply via email to

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