Skip to content

meson: Fix winflexbison warnings

James Park requested to merge jpark37/mesa:winflexbison-c-version into master

Undefine __STDC_VERSION__ for C files to avoid mismatch with C11/C17.

Define __STDC_VERSION__ for C++ files to use path.

Splitting change off of !6162 (merged).

Edited by James Park

Merge request reports