view dmd/CppMangleState.d @ 137:09c858522d55

merge
author Trass3r
date Mon, 13 Sep 2010 23:29:00 +0200
parents e28b18c23469
children 50a6d232176c
line wrap: on
line source

module dmd.CppMangleState;

import dmd.common;
import dmd.Array;
import dmd.OutBuffer;

struct CppMangleState
{
    static __gshared Array components;

    int substitute(OutBuffer buf, void* p)
	{
		assert(false);
	}
}