git: purgatorio

ref: 11cf56ca795f3db5191ad457732c77f918618dd3
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

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

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