mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
llvmpipe: Remove stray ## operator for MSVC
Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6162>
This commit is contained in:
parent
6de0317e5a
commit
d7da6000fe
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ const float fract_values[] = {
|
|||
#ifdef _MSC_VER
|
||||
#define WRAP(func) \
|
||||
static float \
|
||||
wrap_ ## func ## (float x) \
|
||||
wrap_ ## func(float x) \
|
||||
{ \
|
||||
return func(x); \
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue