Subversion Repositories shark

Compare Revisions

Regard whitespace Rev 40 → Rev 39

/shark/trunk/oslib/examples/vmdemo.c
24,9 → 24,6
#include <ll/ll.h>
 
#define T 1000
int a; /* This must be global, otherwise the compiler optimization will
remove the division by 0...
*/
 
int main (int argc, char *argv[])
{
56,7 → 53,6
return 1;
*/
l1_init();
a = 1 / 0; /* Test the exception handler... */
l1_end();
 
return 1;