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:
Cary R
2014-07-23 13:42:56 -07:00
parent 0cbd6d99af
commit d6b6b76015
140 changed files with 554 additions and 553 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
#ifndef __delay_H
#define __delay_H
#ifndef IVL_delay_H
#define IVL_delay_H
/*
* Copyright 2005-2010 Stephen Williams
* Copyright 2005-2014 Stephen Williams
*
* This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU
@@ -230,4 +230,4 @@ class vvp_fun_modpath_edge : public vvp_fun_modpath_src {
bool negedge_;
};
#endif // __delay_H
#endif /* IVL_delay_H */