comparison dmd/TypeFunction.d @ 132:c494af1dba80

Fixes for dmd 2.037
author Eldar Insafutdinov <e.insafutdinov@gmail.com>
date Fri, 10 Sep 2010 19:14:09 +0100
parents 206db751bd4c
children af1bebfd96a4
comparison
equal deleted inserted replaced
131:206db751bd4c 132:c494af1dba80
320 buf.writestring("Ne"); 320 buf.writestring("Ne");
321 break; 321 break;
322 case TRUST.TRUSTsafe: 322 case TRUST.TRUSTsafe:
323 buf.writestring("Nd"); 323 buf.writestring("Nd");
324 break; 324 break;
325 default:
325 } 326 }
326 } 327 }
327 // Write argument types 328 // Write argument types
328 Parameter.argsToDecoBuffer(buf, parameters); 329 Parameter.argsToDecoBuffer(buf, parameters);
329 //if (buf.data[buf.offset - 1] == '@') halt(); 330 //if (buf.data[buf.offset - 1] == '@') halt();