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:
+4
-4
@@ -1,7 +1,7 @@
|
||||
#ifndef __parse_misc_H
|
||||
#define __parse_misc_H
|
||||
#ifndef IVL_parse_misc_H
|
||||
#define IVL_parse_misc_H
|
||||
/*
|
||||
* Copyright (c) 1998-2009 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
|
||||
@@ -116,4 +116,4 @@ extern verinum*make_unsized_hex(const char*txt);
|
||||
|
||||
extern char* strdupnew(char const *str);
|
||||
|
||||
#endif
|
||||
#endif /* IVL_parse_misc_H */
|
||||
|
||||
Reference in New Issue
Block a user