Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix all subs being treated as INIT phasers by default
  • Loading branch information
sorear committed Oct 16, 2011
1 parent c0af787 commit 661b29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Kernel.cs
Expand Up @@ -1028,7 +1028,7 @@ public class SubInfo : IFreeze, IFixup {
// maybe should be in extend or a hint?
public LAD ltm;
public int special;
public int phaser;
public int phaser = -1;
public string outervar;

// References to related objects
Expand Down

0 comments on commit 661b29c

Please sign in to comment.