1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add __FAST_SETJMP macro to support threads on VMS

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akiyoshi 2003-12-26 01:38:31 +00:00
parent 11edb88f70
commit 67e1e11969

View file

@ -1,6 +1,13 @@
#ifndef __FAST_SETJMP
#define __FAST_SETJMP /* use decc$setjmp/decc$longjmp */
#endif
extern int isinf(double);
extern int isnan(double);
extern int flock(int fd, int oper);
extern int vsnprintf();
extern int snprintf();
#define LONG_LONG long long
#define SIZEOF_LONG_LONG sizeof(long long)