util: use C99 declaration in the for-loop set_foreach() macro
authorEric Engestrom <eric@engestrom.ch>
Sat, 20 Oct 2018 17:00:09 +0000 (18:00 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Thu, 25 Oct 2018 11:43:18 +0000 (12:43 +0100)
commite27902a261361e8a7980db14138ef13753db196d
tree021b6638314baf37073766f1092e2be736da75aa
parentbb84fa146f2252f22999205a2904d8a948bffd3b
util: use C99 declaration in the for-loop set_foreach() macro

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
24 files changed:
src/compiler/glsl/opt_copy_propagation_elements.cpp
src/compiler/glsl/standalone.cpp
src/compiler/nir/nir_control_flow.c
src/compiler/nir/nir_dominance.c
src/compiler/nir/nir_from_ssa.c
src/compiler/nir/nir_gs_count_vertices.c
src/compiler/nir/nir_liveness.c
src/compiler/nir/nir_lower_gs_intrinsics.c
src/compiler/nir/nir_lower_io_to_temporaries.c
src/compiler/nir/nir_lower_vars_to_ssa.c
src/compiler/nir/nir_opt_if.c
src/compiler/nir/nir_phi_builder.c
src/compiler/nir/nir_print.c
src/compiler/nir/nir_split_vars.c
src/compiler/nir/nir_to_lcssa.c
src/gallium/drivers/freedreno/freedreno_batch.c
src/gallium/drivers/freedreno/freedreno_batch_cache.c
src/gallium/drivers/freedreno/ir3/ir3_compiler_nir.c
src/gallium/drivers/v3d/v3d_simulator.c
src/intel/compiler/brw_nir_tcs_workarounds.c
src/intel/vulkan/anv_batch_chain.c
src/mesa/main/shared.c
src/util/set.c
src/util/set.h