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