Enki 1.1 Released

pragma pragma_member at pathlink.com
Wed Jun 21 06:03:17 PDT 2006


In article <e79r5q$1ds7$9 at digitaldaemon.com>, BCS says...
>
>A few patches to make it compile under 0.161
>
>--two do nothing function now cause errors, so I put assert(0)s in them.
>--the variable "start" is used in nested scopes a lot, so now it is 
>suffixed with its indent level.
>
>e.g.
>{
>	uint start;
>	{
>		uint start;
>	}
>}
>
>becomes
>
>{
>	uint start1;
>	{
>		uint start2;
>	}
>}
>
>
>
>www.uidaho.edu/~shro8822/enki_patch_161.zip

Thanks!  I was just going to get a patch underway for that - I'll take a look at
your submission.


- EricAnderton at yahoo



More information about the Digitalmars-d-announce mailing list