[Rprotobuf-commits] r649 - pkg/src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Dec 30 22:43:29 CET 2013
Author: murray
Date: 2013-12-30 22:43:28 +0100 (Mon, 30 Dec 2013)
New Revision: 649
Modified:
pkg/src/mutators.cpp
Log:
Fix the '{{{' and '}}}' placement after last refactor to allow this
file to be used with Emacs folding mode, which someone seems to
use/like, and seems pretty cool to me but I don't use it.
Modified: pkg/src/mutators.cpp
===================================================================
--- pkg/src/mutators.cpp 2013-12-30 21:30:55 UTC (rev 648)
+++ pkg/src/mutators.cpp 2013-12-30 21:43:28 UTC (rev 649)
@@ -518,7 +518,6 @@
; // nothing, just to satisfy -Wall
}
}
- // }}}
}
/**
@@ -729,7 +728,6 @@
}
// }}}
}
- // }}}
}
/**
@@ -751,7 +749,7 @@
// The number of elements already in the repeated field.
int field_size = ref->FieldSize( *message, field_desc ) ;
- /* {{{ in case of messages or enum, we have to check that all
+ /* in case of messages or enum, we have to check that all
values are ok before doing anything, othewise this could leed
to modify a few values and then fail which is not good */
CHECK_repeated_vals(field_desc, value, value_size);
@@ -1217,7 +1215,6 @@
}
// }}}
}
- // }}}
}
/**
More information about the Rprotobuf-commits
mailing list