git: purgatorio

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

View raw version
#include "cc.h"

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

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