flex disable register declarations

This commit is contained in:
James Cherry 2020-09-17 05:50:12 -07:00
parent 2f2a4566ca
commit 7d31cfac8f
7 changed files with 7 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -0,0 +1,2 @@
// Remove register declaration (not allowed in c++17).
#define register

View File

@ -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"