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:
parent
11edb88f70
commit
67e1e11969
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user