shithub: purgatorio

ref: a968f9c8d403cb77599899309f1373a1b746d4bc
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

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

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