"Joel E. Denny" <[EMAIL PROTECTED]> writes: > I've been generating patches with cvs diff -p -u. Am I missing a > flag? Is this the wrong procedure?
No, that's right. But there's a mixup somewhere between the time you generate that output, and what appears in the emails that Paul Hilfinger and I receive. The lines of the patch that start with a space are munged so that they start with two spaces instead. You can see some of the effect here: > I just need something consistent in order for the patch to work. > > Let me know what the consensus is For glr.c Paul likes the current naming convention (append "p" to names of pointers to objects, to disambiguate them from the actual objects), so that seems to be the way to go.
