comparison tango/lib/compiler/llvmdc/cast.d @ 139:0ab29b838084 trunk

[svn r143] Fixed: a few bugs in debug information, still only line info, but should be correct files now :) Fixed: tango.io.Console seems to be working now.
author lindquist
date Tue, 22 Jan 2008 00:01:16 +0100
parents ce7b81fb957f
children ffcc9a2f3d9d
comparison
equal deleted inserted replaced
138:aeddd4d533b3 139:0ab29b838084
25 * Modified by Sean Kelly <sean@f4.ca> for use with Tango. 25 * Modified by Sean Kelly <sean@f4.ca> for use with Tango.
26 */ 26 */
27 27
28 extern (C): 28 extern (C):
29 29
30 debug = PRINTF; 30 //debug = PRINTF;
31 debug(PRINTF) int printf(char*, ...); 31 debug(PRINTF) int printf(char*, ...);
32 32
33 /****************************************** 33 /******************************************
34 * Given a pointer: 34 * Given a pointer:
35 * If it is an Object, return that Object. 35 * If it is an Object, return that Object.