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.
This commit is contained in:
Simon Ser 2023-03-01 00:52:18 +01:00
parent af5cc860e1
commit cab47d33e2
2 changed files with 3 additions and 3 deletions

View file

@ -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