]> www.ginac.de Git - cln.git/blob - src/base/cl_condition.cc
* src/base/cl_macros.h: alloca(3) has size_t argument type.
[cln.git] / src / base / cl_condition.cc
1 // Conditions.
2
3 // General includes.
4 #include "cl_sysdep.h"
5
6 // Specification.
7 #include "cln/condition.h"
8
9 // Implementation.
10
11 namespace cln {
12
13 // This tells the compiler to put the `cl_condition' vtable into this file.
14 void cl_condition::dummy () {}
15
16 // The destructor must be defined although it is virtual and abstract.
17 cl_condition::~cl_condition () {}
18
19 }  // namespace cln