dynare++: fixed failure to build PDF doc of Tensor Library

git-svn-id: https://www.dynare.org/svn/dynare/trunk@3043 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2009-10-14 09:32:48 +00:00
parent 4bb040a234
commit 096336f249
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ member of |thread_group| and |detach_thread_group| classes.
# include <pthread.h>
#else
/* Give valid types for POSIX thread types, otherwise the templates fail in empty mode.
Don't use typedefs because on some systems pthread_t and friends are typedefs even
Don't use typedefs because on some systems |pthread_t| and friends are typedefs even
without the include. */
# define pthread_t void *
# define pthread_mutex_t void *