Files
iverilog/vhdlpp/vhdlnum.h
T
Cary R d6b6b76015 Update header files to use a more standard name to prevent rereading
This is from github report #16. There are likely a few more issues
that need to be addressed though this takes care of the major ones.
2014-07-23 13:42:56 -07:00

14 lines
174 B
C++

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