From 7e2bb7250fa18e9ad7bf84d4f97d4b4e421b80bb Mon Sep 17 00:00:00 2001 From: Araq Date: Wed, 11 Jul 2012 12:39:39 +0200 Subject: [PATCH] typo in todo.txt --- todo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index 4126e2d164..2b58fc17f4 100755 --- a/todo.txt +++ b/todo.txt @@ -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