[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] Problem Applying eqn Patch?
From: |
Ralph Corderoy |
Subject: |
[Groff] Problem Applying eqn Patch? |
Date: |
Wed, 12 Dec 2001 11:18:59 +0000 |
Hi,
There's a conflict when I update my checkout of groff from CVS.
<<<<<<< main.cc
fatal("unterminated `%1' at line %2, looking for `%3'",
start_delim, start_lineno, end_delim);
=======
fatal("unterminated %1' at line %2, looking for %3'",
start_delim, start_lineno, end_delim);
>>>>>>> 1.14
It looks like the left-single-quotes are missing before the %1 and %3.
Cheers,
Ralph.
- [Groff] Problem Applying eqn Patch?,
Ralph Corderoy <=