Merge pull request #51 from iceman1001/master

define   #endif warning
This commit is contained in:
Philippe Teuwen
2018-02-03 21:25:47 +01:00
committed by GitHub

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 {