code: 9ferno

ref: 05cddab34908fa12e5a3968db92fde752b1d3cfe
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

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

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