summaryrefslogtreecommitdiffstats
path: root/libosmosim.pc.in
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-09 23:01:37 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2017-03-15 13:54:26 +0000
commit8a5d60b996f0c653787baa9954a8b3d57f542324 (patch)
tree45d09686d6f353f3563b21ab6f25353330732cb4 /libosmosim.pc.in
parent7c1ec8c8e763f9ab59f0de3ee25d2cd325d7480e (diff)
fix OSMO_VALUE_STRING macro: don't use OSMO_STRINGIFY()
To be able to use OSMO_VALUE_STRING() on a #defined constant, don't use OSMO_STRINGIFY(): the second indirection resolves the #define to its value, so for example OSMO_VALUE_STRING(GSM48_PDISC_MM) would resolve to { 0x05, "0x05" } When using '#x' directly, this becomes the desired { 0x05, "GSM48_PDISC_MM" } With enum values as we've used until now, this problem does not appear, because enum values are not resolved by the preprocessor. Keep OSMO_STRINGIFY() because it is used directly in openbsc (composing FSM state names). Change-Id: I91ecfcef61be8cf73d59ea821cc4fd9d2ad5c9c7
Diffstat (limited to 'libosmosim.pc.in')
0 files changed, 0 insertions, 0 deletions