summaryrefslogtreecommitdiff
path: root/includes/compiler/Coloring.h
blob: c62da645db4601d49eb5c502c7dd0e07b6e8e422 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef COMPILER_COLORING_H
#define COMPILER_COLORING_H

#include "compiler/common.h"

extern RegClass coloring_class;

extern void colorinstructions(Object *proc);

#endif