Skip to content

Commit

Permalink
Since -I<parrot>/src/pmc is in the compiler command line, we don't ne…
Browse files Browse the repository at this point in the history
…ed all that

"../.." stuff to get to header files from parrot PMCs.  Fixing this gets rakudo
building successfully when parrot is in a subdir.
  • Loading branch information
Infinoid committed Feb 4, 2009
1 parent a888fb3 commit 78650e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ops/perl6.ops
Expand Up @@ -4,7 +4,7 @@
*/

#include "parrot/dynext.h"
#include "../../../../src/pmc/pmc_object.h"
#include "pmc_object.h"
VERSION = PARROT_VERSION;

inline op rebless_subclass(in PMC, in PMC) :base_core {
Expand Down

0 comments on commit 78650e7

Please sign in to comment.