Subject: Re: CVS commit: syssrc/sys/arch/i386/i386
To: None <christos@netbsd.org>
From: Lennart Augustsson <lennart@augustsson.net>
List: source-changes
Date: 10/23/2002 01:29:45
Why do we have code with ({}) at all?  I thought we were avoiding gccisms.

    -- Lennart

Christos Zoulas wrote:

>Module Name:	syssrc
>Committed By:	christos
>Date:		Tue Oct 22 23:18:52 UTC 2002
>
>Modified Files:
>	syssrc/sys/arch/i386/i386: vm86.c
>
>Log Message:
>avoid using gcc ({}) statements that contain goto's. Change into do while
>loops.
>
>
>To generate a diff of this commit:
>cvs rdiff -r1.29 -r1.30 syssrc/sys/arch/i386/i386/vm86.c
>
>Please note that diffs are not public domain; they are subject to the
>copyright notices on the relevant files.
>
>  
>