git: purgatorio

ref: 0644aa11c120a581eec1d47c66208e08b946ec08
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

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

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