| # | Line 25 | Line 25 | |
|---|---|---|
| 25 | * \todo Get rid of all typedefs in this file | |
| 26 | */ | |
| 27 | ||
| 28 | – | #ifndef INCLUDED_balloc_h |
| 29 | – | #define INCLUDED_balloc_h |
| 30 | – | |
| 31 | – | #include "setup.h" |
| 32 | – | |
| 28 | #ifndef NOBALLOC | |
| 34 | – | #include "tools.h" |
| 35 | – | #include "memory.h" |
| 36 | – | |
| 29 | ||
| 30 | /*! \brief Block contains status information for | |
| 31 | * an allocated block in our heap. | |
| # | Line 96 | Line 88 | typedef struct BlockHeap BlockHeap; | |
| 88 | #endif /* NOBALLOC */ | |
| 89 | ||
| 90 | extern BlockHeap *heap_list; | |
| 99 | – | |
| 100 | – | #endif /* INCLUDED_balloc_h */ |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |