flex disable register declarations
This commit is contained in:
parent
2f2a4566ca
commit
7d31cfac8f
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
// Liberty function expression lexical analyzer
|
||||
|
||||
#include "util/FlexPragma.hh"
|
||||
#include "util/FlexDisableRegister.hh"
|
||||
#include "Debug.hh"
|
||||
#include "StringUtil.hh"
|
||||
#include "liberty/LibertyExprPvt.hh"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "util/FlexPragma.hh"
|
||||
#include "util/FlexDisableRegister.hh"
|
||||
#include "liberty/LibertyParser.hh"
|
||||
#include "LibertyParse.hh"
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
#include <string.h>
|
||||
#include <string>
|
||||
|
||||
#include "util/FlexPragma.hh"
|
||||
#include "util/FlexDisableRegister.hh"
|
||||
#include "StringUtil.hh"
|
||||
#include "parasitics/SpefReaderPvt.hh"
|
||||
#include "SpefParse.hh"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "util/FlexPragma.hh"
|
||||
#include "util/FlexDisableRegister.hh"
|
||||
#include "sdf/Sdf.hh"
|
||||
#include "SdfParse.hh"
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
// Remove register declaration (not allowed in c++17).
|
||||
#define register
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
#include "util/FlexPragma.hh"
|
||||
#include "util/FlexDisableRegister.hh"
|
||||
#include "Debug.hh"
|
||||
#include "VerilogNamespace.hh"
|
||||
#include "verilog/VerilogReaderPvt.hh"
|
||||
|
|
|
|||
Loading…
Reference in New Issue