code: 9ferno

ref: 7c22230886134121893f02ee283da85f3a6807e6
dir: /utils/c2l/acid.c/

View raw version
#include "cc.h"

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

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