SCI: Added operator== and !=, as well as an isNull method to reg_t
svn-id: r40356
This commit is contained in:
parent
b7d1ca00d7
commit
8d2f80fd51
2 changed files with 15 additions and 4 deletions
|
@ -39,7 +39,7 @@
|
|||
|
||||
namespace Sci {
|
||||
|
||||
reg_t NULL_REG = NULL_REG_INITIALIZER;
|
||||
reg_t NULL_REG = {0, 0};
|
||||
|
||||
//#define VM_DEBUG_SEND
|
||||
#undef STRICT_SEND // Disallows variable sends with more than one parameter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue