code: 9ferno

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

View raw version
#include "cc.h"

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

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