code: 9ferno

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

View raw version
#include "cc.h"

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

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