Fixed typo which failed DEBUG=Y compilation
This commit is contained in:
parent
b26315cf24
commit
33632968a8
@ -36,7 +36,6 @@
|
||||
#endif
|
||||
|
||||
#if defined(SS_DEBUG)
|
||||
|
||||
# define ss_debug(exp) exp
|
||||
# define ss_dfprintf fprintf
|
||||
# define ss_dfflush fflush
|
||||
|
@ -64,7 +64,7 @@ struct skygw_thread_st {
|
||||
pthread_t sth_parent;
|
||||
pthread_t sth_thr;
|
||||
int sth_errno;
|
||||
#if defined(DEBUG)
|
||||
#if defined(SS_DEBUG)
|
||||
skygw_thr_state_t sth_state;
|
||||
#endif
|
||||
char* sth_name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user