Skip to content

Commit

Permalink
Merge pull request #34 from k1LoW/comment-out-define-DEBUG
Browse files Browse the repository at this point in the history
comment-out #define DEBUG
  • Loading branch information
goccy authored Oct 7, 2020
2 parents aabab27 + cd5d682 commit 39b306f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/ccall/ortho/maze.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "config.h"

#define DEBUG
//#define DEBUG

#include <stddef.h>
#include <maze.h>
Expand Down
2 changes: 1 addition & 1 deletion internal/ccall/ortho/ortho.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#include "config.h"

#define DEBUG
//#define DEBUG
#include <stddef.h>
#include <setjmp.h>
#include <maze.h>
Expand Down

0 comments on commit 39b306f

Please sign in to comment.