diff -r de20086a6bcc -r 7c080e5ac8d0 hedgewars/uUtils.pas --- a/hedgewars/uUtils.pas Thu May 10 23:51:05 2012 +0400 +++ b/hedgewars/uUtils.pas Fri May 11 00:28:06 2012 +0400 @@ -70,7 +70,7 @@ implementation -uses typinfo, Math, uConsts, uVariables, SysUtils; +uses {$IFNDEF PAS2C}typinfo, {$ENDIF}Math, uConsts, uVariables, SysUtils; {$IFDEF DEBUGFILE} var f: textfile;