The R Project SVN R

Rev

Rev 4835 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4835 Rev 5408
Line 220... Line 220...
220
#define sexp	exp_rand
220
#define sexp	exp_rand
221
 
221
 
222
	/* Undo SGI Madness */
222
	/* Undo SGI Madness */
223
 
223
 
224
#ifdef ftrunc
224
#ifdef ftrunc
225
#undef ftrunc
225
# undef ftrunc
226
#endif
226
#endif
227
#ifdef qexp
227
#ifdef qexp
228
#undef qexp
228
# undef qexp
-
 
229
#endif
-
 
230
#ifdef qgamma
-
 
231
# undef qgamma
229
#endif
232
#endif
230
 
233
 
231
	/* Name Hiding to Avoid Clashes with Fortran */
234
	/* Name Hiding to Avoid Clashes with Fortran */
232
 
235
 
233
#ifdef HIDE_NAMES
236
#ifdef HIDE_NAMES