SCI: Added operator== and !=, as well as an isNull method to reg_t

svn-id: r40356
This commit is contained in:
Max Horn 2009-05-06 11:07:04 +00:00
parent b7d1ca00d7
commit 8d2f80fd51
2 changed files with 15 additions and 4 deletions

View file

@ -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