comparison tango/lib/compiler/llvmdc/cast.d @ 140:ffcc9a2f3d9d trunk

[svn r144] fixes
author lindquist
date Wed, 23 Jan 2008 12:56:09 +0100
parents 0ab29b838084
children 336ec4f4bbb3
comparison
equal deleted inserted replaced
139:0ab29b838084 140:ffcc9a2f3d9d
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.