mirror of
https://github.com/NixOS/nix
synced 2025-06-30 07:33:16 +02:00
This commit is contained in:
parent
0910ae9568
commit
e8f7978274
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace nix {
|
||||||
|
|
||||||
|
|
||||||
#define foreach(it_type, it, collection) \
|
#define foreach(it_type, it, collection) \
|
||||||
for (it_type it = collection.begin(); it != collection.end(); ++it)
|
for (it_type it = (collection).begin(); it != (collection).end(); ++it)
|
||||||
|
|
||||||
|
|
||||||
/* Return an environment variable. */
|
/* Return an environment variable. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue