updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / etoile / CodegenLexicalScope.cpp.patch
blob6c235f53fda80fc7c4a35e147d6174959c6a3fad
1 *** Languages/LanguageKit/CodeGen/CodeGenLexicalScope.cpp 2009-10-15 13:59:31.000000000 +0300
2 --- Languages/LanguageKit/CodeGen/CodeGenLexicalScope.cpp 2009-10-18 23:17:56.000000000 +0300
3 ***************
4 *** 2,8 ****
5 #include "CodeGenBlock.h"
6 #include "CodeGenModule.h"
7 #include <llvm/Module.h>
8 !
10 static Function *getSmallIntModuleFunction(CodeGenModule *CGM, string name)
12 --- 2,8 ----
13 #include "CodeGenBlock.h"
14 #include "CodeGenModule.h"
15 #include <llvm/Module.h>
16 ! #include <stdio.h>
18 static Function *getSmallIntModuleFunction(CodeGenModule *CGM, string name)