mirror of
https://github.com/NixOS/nix
synced 2025-06-27 04:21:16 +02:00
* GCC 2.95 compatibility.
This commit is contained in:
parent
cf0287c09e
commit
833f2fc92d
6 changed files with 29 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <cctype>
|
||||
|
||||
|
@ -71,7 +72,9 @@ int main(int argc, char * * argv)
|
|||
ATinit(argc, argv, &bottomOfStack);
|
||||
|
||||
/* Turn on buffering for cerr. */
|
||||
#if HAVE_PUBSETBUF
|
||||
cerr.rdbuf()->pubsetbuf(buf, sizeof(buf));
|
||||
#endif
|
||||
|
||||
try {
|
||||
initAndRun(argc, argv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue