git: purgatorio

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

View raw version
#include "cc.h"

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

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