[C] Some cleanup
This commit is contained in:
@@ -9,7 +9,7 @@ target_include_directories(fort
|
||||
)
|
||||
|
||||
set_target_properties(fort
|
||||
PROPERTIES VERSION 0.1.2
|
||||
PROPERTIES VERSION 0.1.3
|
||||
SOVERSION 0.1)
|
||||
|
||||
if(FORT_HAVE_WCHAR)
|
||||
|
@@ -5806,8 +5806,8 @@ void vector_clear(vector_t *vector)
|
||||
|
||||
|
||||
struct interval {
|
||||
int first;
|
||||
int last;
|
||||
wchar_t first;
|
||||
wchar_t last;
|
||||
};
|
||||
|
||||
/* auxiliary function for binary search in interval table */
|
||||
|
@@ -46,8 +46,8 @@ SOFTWARE.
|
||||
|
||||
#define LIBFORT_MAJOR_VERSION 0
|
||||
#define LIBFORT_MINOR_VERSION 1
|
||||
#define LIBFORT_REVISION 2
|
||||
#define LIBFORT_VERSION_STR "0.1.2"
|
||||
#define LIBFORT_REVISION 3
|
||||
#define LIBFORT_VERSION_STR "0.1.3"
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
|
Reference in New Issue
Block a user