On Sat, 2009-05-09 at 22:18 +0200, Tomek Grabiec wrote: > These rules are required to compile this code: > > int x = 1; > int value = x - 1; > > And this code: > > int x = 0x1a; > int y = 0x0d; > int result = (0x1f - x) - (0x11 - y); > > Signed-off-by: Tomek Grabiec <[email protected]>
Applied, thanks! ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Jatovm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jatovm-devel
