Benoit Sigoure <tsuna(a)lrde.epita.fr> writes:
URL:
https://svn.lrde.epita.fr/svn/oln
Git branch: master (HEAD: 01e465f)
Patch generated by ./add-inline.pl -v -t MLN_INCLUDE_ONLY **/*.hh
I'll put this script in lrde-tools.
According to `make check', this change doesn't introduce any
regression.
Thanks a lot!
The problem is not entirely solved, there are some
globals with multiple
definitions, e.g.:
struct image_t {} image;
struct domain_t {} domain;
struct bbox_t {} bbox;
struct border_t {} border;
struct function_t {} function;
in mln/tag/init.hh
Can we declare these `static' to work around the problem?
Sure. But we should tag these places with FIXMEs, too.
[...]
415 files changed, 2522 insertions(+), 0 deletions(-)
Wow! Maybe you're now the biggest contributor to Olena! ;)