Skip to content

Commit

Permalink
removed elifdef which is not supported on some systems
Browse files Browse the repository at this point in the history
*	modified:   preg_utils.c
  • Loading branch information
raw committed Aug 22, 2013
1 parent 0f2dbc1 commit 4b7b0b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion preg_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,12 @@ void pregSetLimits(pcre_extra *extra)
pthread_attr_destroy(&thread_attr);
}

#elifdef HAVE_PTHREAD_GET_STACKSIZE_NP
#else
#ifdef HAVE_PTHREAD_GET_STACKSIZE_NP
// TODO: Figure this out and get thread_stack_avail properly set for OSX.
#endif
#endif


#ifdef GH_PREG_NO_MYSQL
if( !thread_stack_avail ) {
Expand Down

0 comments on commit 4b7b0b9

Please sign in to comment.