code: 9ferno

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

View raw version
#include "cc.h"

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

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