Skip to content

Commit

Permalink
Merge pull request #8830 from WalterBright/dwarfeh.d
Browse files Browse the repository at this point in the history
convert dwarfeh.c to D
  • Loading branch information
RazvanN7 authored Oct 13, 2018
2 parents 53bb54e + 0c209e1 commit 54b676b
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 195 deletions.
8 changes: 4 additions & 4 deletions src/dmd/backend/dwarf.d
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
/** Dwarf debug
/* Dwarf debug
*
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/backend/dwarf.d, backend/_dwarf.d)
* Source: $(DMDSRC backend/_dwarf.d)
*/

module dmd.backend.dwarf;

// Online documentation: https://dlang.org/phobos/dmd_backend_dwarf.html

import dmd.backend.cc;
import dmd.backend.cdef;
import dmd.backend.outbuf;
import dmd.backend.type;

extern (C++):

enum DWARF_VERSION = 3;

void dwarf_initfile(const(char) *filename);
Expand Down
Loading

0 comments on commit 54b676b

Please sign in to comment.