shithub: purgatorio

ref: 76f5318cbd58fbe2bfc8cb51856bfa217c673bb7
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

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

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