smarr / SOMpp

SOM++ - C++ implementation of the Simple Object Machine Smalltalk
12 stars 15 forks source link

Cleanup usage of integer-related types. Use portable and fixed size types. #4

Open smarr opened 10 years ago

smarr commented 10 years ago

Avoid things like naked int or long. Don't know what the size of those is. Rely on int32_t and related.