* Create a DEBUG template entry. */
| 665 | * Create a DEBUG template entry. |
| 666 | */ |
| 667 | static Entry makeDebugEntry(void) |
| 668 | { |
| 669 | Entry entry; |
| 670 | entry.kind = ENTRY_DEBUG; |
| 671 | entry.length = 0; |
| 672 | entry.macro = nullptr; |
| 673 | return entry; |
| 674 | } |
| 675 | |
| 676 | /* |
| 677 | * Create a ZEROES template entry. |