Parent Directory
|
Revision Log
|
Patch
revision 880 by zherczeg, Sun Jan 15 17:23:37 2012 UTC | revision 883 by zherczeg, Mon Jan 16 08:35:42 2012 UTC | |
---|---|---|
# | Line 352 enum { | Line 352 enum { |
352 | frame_setstrbegin = -1 | frame_setstrbegin = -1 |
353 | }; | }; |
354 | ||
355 | /* Undefine sljit macros. */ | |
356 | #undef CMP | |
357 | ||
358 | /* Used for accessing the elements of the stack. */ | /* Used for accessing the elements of the stack. */ |
359 | #define STACK(i) ((-(i) - 1) * (int)sizeof(sljit_w)) | #define STACK(i) ((-(i) - 1) * (int)sizeof(sljit_w)) |
360 |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |