Author: eelco Date: Thu Nov 25 14:09:13 2010 New Revision: 24856 URL: https://svn.nixos.org/websvn/nix/?rev=24856&sc=1
Log: * Sync with the trunk. Modified: nix/branches/sqlite/ (props changed) nix/branches/sqlite/src/libexpr/get-drvs.hh Modified: nix/branches/sqlite/src/libexpr/get-drvs.hh ============================================================================== --- nix/branches/sqlite/src/libexpr/get-drvs.hh Thu Nov 25 13:47:34 2010 (r24855) +++ nix/branches/sqlite/src/libexpr/get-drvs.hh Thu Nov 25 14:09:13 2010 (r24856) @@ -62,7 +62,11 @@ }; +#if HAVE_BOEHMGC +typedef list<DrvInfo, traceable_allocator<DrvInfo> > DrvInfos; +#else typedef list<DrvInfo> DrvInfos; +#endif /* If value `v' denotes a derivation, store information about the _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
