typo in todo.txt

This commit is contained in:
Araq
2012-07-11 12:39:39 +02:00
parent e2f8d91290
commit 7e2bb7250f

View File

@@ -115,7 +115,7 @@ Low priority
- timeout for locks
- compilation cache:
- adapt thread var emulation to care about the new merge operation
- check for interface changes; if only the implemenation changes, no
- check for interface changes; if only the implementation changes, no
need to recompile clients; er ... what about templates, macros or anything
that has inlining semantics?
- codegen should use "NIM_CAST" macro and respect aliasing rules for GCC