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
commit dd0ce5caa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {