code: 9ferno

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

View raw version
#include "cc.h"

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

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