Files
systemd/src/basic
Lennart Poettering 66a64081f8 strv: rework FOREACH_STRING() macro
So it's apparently problematic that we use STRV_MAKE() (i.e. a compound
initializer) outside of the {} block we use it in (and that includes
outside of the ({}) block, too). Hence, let's rework the macro to not
need that.

This also makes the macro shorter, which is definitely a good and more
readable. Moreover, it will now complain if the iterator is a "char*"
instead of a "const char*", which is good too.

Fixes: #11394
2019-01-16 12:29:30 +01:00
..
2019-01-08 23:11:26 +01:00
2018-12-21 13:43:20 +01:00
2018-10-26 10:52:41 +02:00
2018-06-29 11:02:17 +09:00
2018-06-14 13:03:20 +02:00
2019-01-12 16:02:26 +01:00
2018-06-14 13:03:20 +02:00
2018-06-14 13:03:20 +02:00
2018-12-06 07:01:29 +01:00
2018-12-07 11:48:41 +09:00
2018-12-07 12:46:55 +01:00
2018-05-22 16:13:45 +02:00
2018-11-26 22:17:34 +01:00
2019-01-08 10:23:17 -06:00
2018-06-29 11:02:17 +09:00
2019-01-16 12:29:30 +01:00
2018-06-29 11:02:17 +09:00
2018-10-26 10:52:41 +02:00
2018-09-26 16:14:29 +02:00
2018-09-26 16:14:29 +02:00
2018-09-25 15:57:47 +02:00