[Bug 1641] Red Black Tree data structure
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Mon Sep 20 07:00:42 UTC 2010
https://www.rtems.org/bugzilla/show_bug.cgi?id=1641
--- Comment #14 from Sebastian Huber <sebastian.huber at embedded-brains.de> 2010-09-20 02:00:41 CDT ---
(In reply to comment #10)
> You seem to define local variables in the middle of blocks like C++ allows. I
> know GCC allows this but I thought this is an extension and currently not
> standard ? Do we allow local declarations in the middle of blocks in score code
> ? I did not think this was allowed.
This is currently standard (ISO C 99). Unfortunately we don't use ISO C 99.
We use gnu89.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list