code: purgatorio

ref: 4bc20df7142ce5e02c7fb49a33eefdc7715ff726
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

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

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