Skip to content

Commit

Permalink
gc: fix wrong inf docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Nov 21, 2014
1 parent b375a2b commit ef7c5fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions src/gc/gc_inf.c
Expand Up @@ -18,11 +18,8 @@ get flushed/closed automatically), etc. This is by design and should not be
considered a "bug" or an "error". It is just a fact of life for such a
minimalist core.
To enable this core, change the settings in include/parrot/settings.h. Set
PARROT_GC_SUBSYSEM == 3
to activate this core.
To enable this core, configure it with C<perl Configure.pl --gc inf>
or use the command line option C<--gc inf> to activate this core.
=cut
Expand Down
2 changes: 1 addition & 1 deletion src/gc/gc_ms2.c
@@ -1,5 +1,5 @@
/*
Copyright (C) 2001-2012, Parrot Foundation.
Copyright (C) 2001-2014, Parrot Foundation.
=head1 NAME
Expand Down

0 comments on commit ef7c5fb

Please sign in to comment.