git: purgatorio

ref: 7a7dfee4fab3e9a725422edff93251ef0a717492
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

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

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