mirror of
https://github.com/NixOS/nix
synced 2025-07-05 16:31:47 +02:00
* Flags to indicate how values are specified on the command line
(--hash, --file, --name).
This commit is contained in:
parent
5079ccb455
commit
85effedca3
4 changed files with 137 additions and 64 deletions
|
@ -2,7 +2,7 @@
|
|||
#define __UTIL_H
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#include <sstream>
|
||||
|
||||
#include <unistd.h>
|
||||
|
@ -34,7 +34,7 @@ public:
|
|||
};
|
||||
|
||||
|
||||
typedef vector<string> Strings;
|
||||
typedef list<string> Strings;
|
||||
|
||||
|
||||
/* The canonical system name, as returned by config.guess. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue