mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Comment.
This commit is contained in:
parent
d509d85c68
commit
986a55fd7e
@ -28,6 +28,9 @@ namespace lyx {
|
||||
*/
|
||||
// FIXME: should be unsigned, but needs to be signed for a while to
|
||||
// hold the special value -1 that is used somewhere
|
||||
// Specifically, TexRow::getDocIteratorsFromEntries uses negative pos
|
||||
// the way Python does: counting from the end. So maybe this should just
|
||||
// be signed.
|
||||
// Note that the signed property is also used in loops counting to zero.
|
||||
typedef ptrdiff_t pos_type;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user