openj / core

abandoned, please check out https://github.com/jsoftware/jsource
https://github.com/jsoftware/jsource
118 stars 26 forks source link

fixed 2!:n under android #32

Open mdykman opened 12 years ago

effbiae commented 12 years ago

ordinarily, i might like platform specific code put in it's own file (eg. define exit(int) in a .c file). especially with the jni stuff. however, it doesn't really differ from the context. i'd say OK to pull unless others have any issues

mdykman commented 12 years ago

I think it cleaner than a separate file for so small a detail. It leaves the code more maintainable and keeps the build process simple.