shithub: purgatorio

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

View raw version
#include "cc.h"

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

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