view dmd/CppMangleState.d @ 181:aa70dca07cb0

ArrayExp.toCBuffer and TypeReturn.toCBuffer2
author korDen
date Mon, 18 Oct 2010 00:36:44 +0400
parents 50a6d232176c
children
line wrap: on
line source

module dmd.CppMangleState;

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

struct CppMangleState
{
	/**
	 * Get rid of it or move to CompilerState
	 */
    // static __gshared Array components;

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