mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
FLUSH_REGISTER_WINDOWS must not be empty. Set to NULL instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
50e62191ec
commit
af8250ec34
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
Sun Jan 5 03:43:47 2003 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* defines.h (FLUSH_REGISTER_WINDOWS): Make the flushw call an
|
||||
inline function instead so it can be used as an expression.
|
||||
inline function so it can be used as an expression.
|
||||
|
||||
* eval.c (EXEC_TAG, THREAD_SAVE_CONTEXT): Consistently call
|
||||
FLUSH_REGISTER_WINDOWS before calling setjmp(). (I suspect that
|
||||
|
|
|
@ -151,7 +151,7 @@ flush_register_windows(void)
|
|||
}
|
||||
#define FLUSH_REGISTER_WINDOWS flush_register_windows()
|
||||
#else /* Not a sparc, so */
|
||||
#define FLUSH_REGISTER_WINDOWS /* empty -- nothing to do here */
|
||||
#define FLUSH_REGISTER_WINDOWS NULL
|
||||
#endif
|
||||
|
||||
#if defined(DOSISH)
|
||||
|
|
Loading…
Reference in a new issue