#ifndef COMPILER_COLORING_H
#define COMPILER_COLORING_H
#include "compiler/common.h"
#include "compiler/Registers.h"
//extern RegClass coloring_class;
extern char coloring_class;
extern void colorinstructions(Object *proc);
#endif