Merge pull request #1 from iceman1001/iceman1001-patch-1

chg:  remote faulty statement
This commit is contained in:
Iceman 2018-02-02 23:38:21 +01:00 committed by GitHub
commit 987c3dab3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,11 +34,11 @@
#ifdef SLRE_DEBUG #ifdef SLRE_DEBUG
# ifndef DBG # ifndef DBG
# define DBG(x) printf x # define DBG(x) printf x
# endif DBG # endif
#else #else
# ifndef DBG # ifndef DBG
# define DBG(x) # define DBG(x)
# endif DBG # endif
#endif #endif
struct bracket_pair { struct bracket_pair {