??? 03/03/09 14:35 Read: times |
#163021 - Still C - just not strict. Responding to: ???'s previous message |
David Prentice said:
A C compiler should ONLY translate C statements.
If you as a user choose to use the optional extensions, then you are no longer using C. Yes you are. It is just that you are no longer using strict C. But one thing to remember: The language standard was defined in the knowledge that specific targets needs specific extensions. So the standard already helps by recommending how these extensions should be formed to fit best into the language concept. |