#ifndef __vhdlnum_H #define __vhdlnum_H #include "config.h" #warning vhdlnum class vhdlnum { public: vhdlnum(char* text) {} }; #endif