4607: Add a main() to src/debug/show_objects_thin.cc to have it link.

* src/debug/show_objects_thin.cc (main): New function. --- scribo/ChangeLog | 6 ++++++ scribo/src/debug/show_objects_thin.cc | 3 +++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 3eded52..fb6e06d 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,3 +1,9 @@ +2009-10-05 Roland Levillain <roland@lrde.epita.fr> + + Add a main() to src/debug/show_objects_thin.cc to have it link. + + * src/debug/show_objects_thin.cc (main): New function. + 2009-10-01 Guillaume Lazzara <z@lrde.epita.fr> * table/extract.hh: Fix invalid calls to lines_*_pattern. diff --git a/scribo/src/debug/show_objects_thin.cc b/scribo/src/debug/show_objects_thin.cc index e69de29..6b61168 100644 --- a/scribo/src/debug/show_objects_thin.cc +++ b/scribo/src/debug/show_objects_thin.cc @@ -0,0 +1,3 @@ +// FIXME: Dummy main to have this program compile and link. Populate +// with an actual test case. +int main() {} -- 1.6.3.1
participants (1)
-
Roland Levillain