Skip to content

Commit

Permalink
Rename backtrace.c to debug.c
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and markuspf committed Oct 30, 2017
1 parent 3d510af commit 7d74301
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ default: all
########################################################################
SOURCES =
SOURCES += src/ariths.c
SOURCES += src/backtrace.c
SOURCES += src/blister.c
SOURCES += src/bool.c
SOURCES += src/c_methsel1.c
Expand All @@ -42,6 +41,7 @@ SOURCES += src/compiler.c
SOURCES += src/compstat.c
SOURCES += src/costab.c
SOURCES += src/cyclotom.c
SOURCES += src/debug.c
SOURCES += src/dt.c
SOURCES += src/dteval.c
SOURCES += src/exprs.c
Expand Down
File renamed without changes.

0 comments on commit 7d74301

Please sign in to comment.