mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +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:
+4
-4
@@ -1,7 +1,7 @@
|
||||
#ifndef __netdarray_H
|
||||
#define __netdarray_H
|
||||
#ifndef IVL_netdarray_H
|
||||
#define IVL_netdarray_H
|
||||
/*
|
||||
* Copyright (c) 2012 Stephen Williams ([email protected])
|
||||
* Copyright (c) 2012-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
|
||||
@@ -48,4 +48,4 @@ class netdarray_t : public netarray_t {
|
||||
bool test_compatibility(ivl_type_t that) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /* IVL_netdarray_H */
|
||||
|
||||
Reference in New Issue
Block a user