mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
* Fix the ~ operator.
This commit is contained in:
parent
1f6616dabf
commit
2132d9ddeb
4 changed files with 24 additions and 3 deletions
|
@ -178,6 +178,8 @@ void printMsg_(Verbosity level, const format & f);
|
|||
|
||||
#define debug(f) printMsg(lvlDebug, f)
|
||||
|
||||
void warnOnce(bool & haveWarned, const format & f);
|
||||
|
||||
|
||||
/* Wrappers arount read()/write() that read/write exactly the
|
||||
requested number of bytes. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue