mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
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.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef __target_H
|
||||
#define __target_H
|
||||
#ifndef IVL_target_H
|
||||
#define IVL_target_H
|
||||
/*
|
||||
* Copyright (c) 1998-2013 Stephen Williams ([email protected])
|
||||
* Copyright (c) 1998-2014 Stephen Williams ([email protected])
|
||||
*
|
||||
* This source code is free software; you can redistribute it
|
||||
* and/or modify it in source code form under the terms of the GNU
|
||||
@@ -189,4 +189,4 @@ extern string mangle(const string&str);
|
||||
used inside a string constant for a C++ compiler. */
|
||||
extern string stresc(const string&str);
|
||||
|
||||
#endif
|
||||
#endif /* IVL_target_H */
|
||||
|
||||
Reference in New Issue
Block a user