Skip to content

Commit

Permalink
remove comment that no longer applies
Browse files Browse the repository at this point in the history
  • Loading branch information
tavmem committed Apr 11, 2016
1 parent 86f82d3 commit 40301c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/p.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,6 @@ I capture(S s,I n,I k,I*m,V*w,I*d,K*locals,K*dict,K func)
else if(dict==(K*)kV(func)+LOCALS && ':'==s[k+r] && -MARK_VERB==m[k+r]) z=denameD(dict,u,1);
//K3.2: a+:1 format applies to context-globals not locals
else z=denameS(kV(func)[CONTeXT],u,0);//Otherwise check the context (refactor with above?)
//The way this else-branch is set up, {b;b:1} will create context-global b though K3.2 won't. Seems OK
}
else {
I i;for(i=0;i<strlen(s);i++)if(s[i]==':'||s[i]=='x'){fdc=1;break;}
Expand Down

0 comments on commit 40301c4

Please sign in to comment.