##// END OF EJS Templates
First Init, flexer seems ok -> it generates a flat list of tokens.
First Init, flexer seems ok -> it generates a flat list of tokens.

File last commit:

r0:0a6f571607b8 default
r0:0a6f571607b8 default
Show More
vhdlparser_global.h
12 lines | 276 B | text/x-c | CLexer
#ifndef LIBVHDLPARSER_GLOBAL_H
#define LIBVHDLPARSER_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(LIBVHDLPARSER_LIBRARY)
# define LIBVHDLPARSERSHARED_EXPORT Q_DECL_EXPORT
#else
# define LIBVHDLPARSERSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // LIBVHDLPARSER_GLOBAL_H