mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 13:57:18 +02:00
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.
14 lines
174 B
C++
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 */
|