Commit 10f1ecad authored by Lucas Russo's avatar Lucas Russo

src/libs/*/src/*: add private revision header to source files

parent e67d8b42
......@@ -11,6 +11,7 @@
#include "bpm_client_rw_param_codes.h"
#include "bpm_client_codes.h"
#include "sm_io_swap_useful_macros.h"
#include "bpm_client_revision.h"
/* Undef ASSERT_ALLOC to avoid conflicting with other ASSERT_ALLOC */
#ifdef ASSERT_TEST
......
......@@ -7,7 +7,11 @@
#include "bpm_client.h"
/* Private headers */
#include "errhand.h"
#include "bpm_client_revision.h"
/* Stringify MACRO */
#define STRINGIFY(s) PRIMITIVE_STRINGIFY(s)
#define PRIMITIVE_STRINGIFY(s) #s
#define BPM_CLIENT_VERSION_MAJOR_STR STRINGIFY(BPM_CLIENT_VERSION_MAJOR)
#define BPM_CLIENT_VERSION_MINOR_STR STRINGIFY(BPM_CLIENT_VERSION_MINOR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment