Fix for stubborn compiler.

This commit is contained in:
steve
2005-11-27 17:01:56 +00:00
parent 6161904bf8
commit 8ed504b064
4 changed files with 34 additions and 22 deletions
+5 -2
View File
@@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#ifdef HAVE_CVS_IDENT
#ident "$Id: util.h,v 1.7 2004/02/20 18:53:36 steve Exp $"
#ident "$Id: util.h,v 1.8 2005/11/27 17:01:57 steve Exp $"
#endif
# include <map>
@@ -47,10 +47,13 @@ struct attrib_list_t {
extern attrib_list_t* evaluate_attributes(const map<perm_string,PExpr*>&att,
unsigned&natt,
const Design*des,
const NetScope*scope);
NetScope*scope);
/*
* $Log: util.h,v $
* Revision 1.8 2005/11/27 17:01:57 steve
* Fix for stubborn compiler.
*
* Revision 1.7 2004/02/20 18:53:36 steve
* Addtrbute keys are perm_strings.
*