The R Project SVN R

Rev

Rev 62807 | Rev 70078 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 62807 Rev 62808
Line 157... Line 157...
157
#  endif
157
#  endif
158
#  ifndef FALSE
158
#  ifndef FALSE
159
#   define FALSE 0
159
#   define FALSE 0
160
#  endif
160
#  endif
161
# endif
161
# endif
-
 
162
#else
-
 
163
#  ifndef TRUE
-
 
164
#   define TRUE 1
-
 
165
#  endif
-
 
166
#  ifndef FALSE
-
 
167
#   define FALSE 0
-
 
168
#  endif
162
#endif
169
#endif
163
 
170
 
164
#define COPY_TO_USER_STRING(x)	mkChar(x)
171
#define COPY_TO_USER_STRING(x)	mkChar(x)
165
#define CREATE_STRING_VECTOR(x)	mkChar(x)
172
#define CREATE_STRING_VECTOR(x)	mkChar(x)
166
 
173