Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix (very) outdated error message.
  • Loading branch information
arnsholt committed Jan 14, 2014
1 parent 9431f78 commit 6d42937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/parrot/6model/reprs/CStruct.c
Expand Up @@ -224,7 +224,7 @@ static void compute_allocation_strategy(PARROT_INTERP, PMC *repr_info, CStructRE
}
else {
Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_INVALID_OPERATION,
"CStruct representation only implements native int and float members so far");
"CStruct representation only handles int, num, CArray, CPointer and CStruct");
}
}
else {
Expand Down

0 comments on commit 6d42937

Please sign in to comment.