On Monday, November 05, 2012 14:36:55 Robert wrote:
> Another thing I'd like to ask Walter, is what the "L1:" label is for in
> connect(), is it just some left over or has it some special internal
> compiler thing meaning?

It's a label. There's nothing special about it. You jump to them with gotos. 
However, there's no goto in that function (and D does not support using gotos 
across functions), so it doesn't do anything. Presumably, it's left over from 
some previous refactoring.

- Jonathan M Davis

Reply via email to