shithub: purgatorio

ref: acc58dfee42368825f7595d63240fd6e88559776
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

void
acidtype(Type *t)
{
	USED(t);
}

void
acidvar(Sym *s)
{
	USED(s);
}