~marcustomlinson/unity-scopes-api/fix-clang-warnings

« back to all changes in this revision

Viewing changes to include/unity/scopes/Version.h.in

  • Committer: Pawel Stolowski
  • Date: 2015-09-07 14:10:41 UTC
  • mfrom: (163.68.55 single-tree)
  • Revision ID: pawel.stolowski@canonical.com-20150907141041-2q7ozw68rwn3vyb7
MergedĀ lp:~michihenning/unity-scopes-api/single-tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                                    UNITY_SCOPES_VERSION_XSTR(UNITY_SCOPES_VERSION_MINOR) "." \
42
42
                                    UNITY_SCOPES_VERSION_XSTR(UNITY_SCOPES_VERSION_MICRO)
43
43
 
44
 
#define UNITY_SCOPES_VERSIONED_CREATE_SYM unity_scope_create_v ## @UNITY_SCOPES_MAJOR@_@UNITY_SCOPES_MINOR@
 
44
#define UNITY_SCOPES_VERSIONED_CREATE_SYM unity_scope_create_v ## @UNITY_SCOPES_SOVERSION_SYM_SUFFIX@
45
45
 
46
46
/**
47
47
\brief Top-level namespace for all things Unity-related.