Changeset 494
- Timestamp:
- 03/20/2008 10:14:54 (5 months ago)
- Files:
-
- 1 modified
-
trunk/shoes/ruby.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/shoes/ruby.c
r491 r494 200 200 else 201 201 px = NUM2INT(obj); 202 if (px < 0)203 px += pv;204 202 } 205 203 return px;
