summaryrefslogtreecommitdiff
path: root/utils/c2l/acid.c
blob: c31e600f9d918832e7b2e1432742fe8db6d0833e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "cc.h"

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

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