added some support for Haiku

This commit is contained in:
Araq
2012-07-29 00:23:37 +02:00
parent d962b75c18
commit 48e95fe9f9
4 changed files with 33 additions and 20 deletions

View File

@@ -99,6 +99,10 @@ Changes affecting backwards compatibility
to ``int8``.
- ``bind`` expressions in templates are not properly supported anymore. Use
the declarative ``bind`` statement instead.
- The default calling convention for a procedural **type** is now ``closure``,
for procs it remains ``nimcall`` (which is compatible to ``closure``).
Activate the warning ``ImplicitClosure`` to make the compiler list the
occurances of proc types which are affected.
Compiler Additions