The R Project SVN R

Rev

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

Rev 62636 Rev 62638
Line 1253... Line 1253...
1253
# define LONG_INT int64_t
1253
# define LONG_INT int64_t
1254
# define LONG_INT_MAX INT64_MAX
1254
# define LONG_INT_MAX INT64_MAX
1255
#elif defined(HAVE_INT_FAST64_T)
1255
#elif defined(HAVE_INT_FAST64_T)
1256
# define LONG_INT int_fast64_t
1256
# define LONG_INT int_fast64_t
1257
# define LONG_INT_MAX INT_FAST64_MAX
1257
# define LONG_INT_MAX INT_FAST64_MAX
1258
#else
-
 
1259
# define LONG_INT int
-
 
1260
# define LONG_INT_MAX INT_MAX
-
 
1261
#endif
1258
#endif
1262
 
1259
 
1263
#endif /* DEFN_H_ */
1260
#endif /* DEFN_H_ */
1264
/*
1261
/*
1265
 *- Local Variables:
1262
 *- Local Variables: