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