mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 13:57:18 +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 __slab_H
|
||||
#define __slab_H
|
||||
#ifndef IVL_slab_H
|
||||
#define IVL_slab_H
|
||||
/*
|
||||
* Copyright (c) 2008 Picture Elements, Inc.
|
||||
* Copyright (c) 2008-2014 Picture Elements, Inc.
|
||||
* Stephen Williams ([email protected])
|
||||
*
|
||||
* This source code is free software; you can redistribute it
|
||||
@@ -77,4 +77,4 @@ inline void slab_t<SLAB_SIZE,CHUNK_COUNT>::free_slab(void*ptr)
|
||||
heap_ = cur;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif /* IVL_slab_H */
|
||||
|
||||
Reference in New Issue
Block a user