iverilog/vhdlpp/vhdlreal.h

12 lines
136 B
C
Raw Normal View History

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