Skip to content

Commit

Permalink
Merge pull request #51 from iceman1001/master
Browse files Browse the repository at this point in the history
define   #endif warning
  • Loading branch information
doegox committed Feb 3, 2018
2 parents 519e475 + 987c3da commit dd0ce5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/slre.c
Expand Up @@ -34,11 +34,11 @@
#ifdef SLRE_DEBUG
# ifndef DBG
# define DBG(x) printf x
# endif DBG
# endif
#else
# ifndef DBG
# define DBG(x)
# endif DBG
# endif
#endif

struct bracket_pair {
Expand Down

0 comments on commit dd0ce5c

Please sign in to comment.