From: Hans-Bernhard B. <br...@ph...> - 2004-07-25 11:22:47
|
On Sat, 24 Jul 2004, Daniel J Sebald wrote: > typedef enum JUSTIFY { > LEFT, > CENTRE, > RIGHT > } JUSTIFY; > > typedef enum VERT_JUSTIFY { > JUST_TOP, > JUST_CENTRE, > JUST_BOT > } VERT_JUSTIFY; > > is one egregious example of lack of consistency. There really aren't > too many occurrences to do a fast group replace on all the files. You may be overlooking the terminal driver files in that count: hbb ~/gp36/gnuplot/src $ cscope -L0 CENTRE | wc -l 93 hbb ~/gp36/gnuplot/src $ cscope -L0 LEFT | wc -l 127 But you're right: if any time is the right one to make changes like this, now is. -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |