Skip to content

Commit 140aed5

Browse files
author
ddeclerck
committed
Remove erroneous ifdef/define in replace.c
1 parent bba2a4e commit 140aed5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cobc/replace.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@
8585
#define DEBUG_REPLACE
8686
#endif
8787

88-
#ifdef DEBUG_REPLACE
89-
#define DEBUG_REPLACE
90-
#endif
91-
9288
/* BEGIN implementation of a queue of text and token pairs. The
9389
implementation could easily be translated to any other type of
9490
data.

0 commit comments

Comments
 (0)