Skip to content

Commit

Permalink
Fix the build without GC
Browse files Browse the repository at this point in the history
I had given it an improper trailing comma in
1bd03ad.
  • Loading branch information
Ericson2314 committed Feb 21, 2023
1 parent 532c70f commit 5b0175e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libcmd/repl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ extern "C" {
namespace nix {

struct NixRepl
: AbstractNixRepl,
: AbstractNixRepl
#if HAVE_BOEHMGC
gc
, gc
#endif
{
std::string curDir;
Expand Down

0 comments on commit 5b0175e

Please sign in to comment.