changed atom_t to stix_liw_t and made related changes.
introduced #liword to the compiler
This commit is contained in:
@ -115,18 +115,18 @@
|
||||
{
|
||||
}
|
||||
|
||||
## #class(#halfword) LargeInteger(Number)
|
||||
#class(#word) LargeInteger(Number)
|
||||
#class(#halfword) LargeInteger(Number)
|
||||
## #class(#word) LargeInteger(Number)
|
||||
{
|
||||
}
|
||||
|
||||
## #class(#halfword) LargePositiveInteger(LargeInteger)
|
||||
#class(#word) LargePositiveInteger(LargeInteger)
|
||||
#class(#halfword) LargePositiveInteger(LargeInteger)
|
||||
## #class(#word) LargePositiveInteger(LargeInteger)
|
||||
{
|
||||
}
|
||||
|
||||
## #class(#halfword) LargeNegativeInteger(LargeInteger)
|
||||
#class(#word) LargeNegativeInteger(LargeInteger)
|
||||
#class(#halfword) LargeNegativeInteger(LargeInteger)
|
||||
## #class(#word) LargeNegativeInteger(LargeInteger)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user