Navigation Menu

Skip to content

Commit

Permalink
[whitsepace] parrot #869 Parrot_NQPLexPad_set_pointer sorry for the h…
Browse files Browse the repository at this point in the history
…ard tab
  • Loading branch information
Reini Urban committed Nov 21, 2012
1 parent a93915b commit 6d8b63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pmc/nqplexpad.pmc
Expand Up @@ -110,7 +110,7 @@ Return the LexInfo PMC, if any or a Null PMC.
GET_ATTR_lexinfo(INTERP, SELF, info);
if (info->vtable->base_type != enum_class_LexInfo
#ifdef PARROT_HAS_THREADS
&& info->vtable->base_type != enum_class_Proxy
&& info->vtable->base_type != enum_class_Proxy
#endif
) {
PMC *name_map;
Expand Down

0 comments on commit 6d8b63d

Please sign in to comment.