From cab47d33e2ded0e990d18aec1689b3e2b156dee3 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 1 Mar 2023 00:52:18 +0100 Subject: util/log: prefix WLR_REL_SRC_DIR with underscore Just like _WLR_FILENAME and _WLR_ATTRIB_PRINTF, this makes it more obvious that this isn't part of our API. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index ff2778ce..d9587028 100644 --- a/meson.build +++ b/meson.build @@ -80,7 +80,7 @@ if cc.has_argument('-fmacro-prefix-map=/prefix/to/hide=') ) else add_project_arguments( - '-DWLR_REL_SRC_DIR="@0@"'.format(relative_dir), + '-D_WLR_REL_SRC_DIR="@0@"'.format(relative_dir), language: 'c', ) endif -- cgit v1.2.3