The R Project SVN R-packages

Rev

Rev 7747 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7747 Rev 7755
Line 29... Line 29...
29
    return(ScalarInteger(status));
29
    return(ScalarInteger(status));
30
}
30
}
31
#else
31
#else
32
// avoid a warning about an empty translation unit.
32
// avoid a warning about an empty translation unit.
33
// instead, this gives one about an unused variable!
33
// instead, this gives one about an unused variable!
34
static int foo;
34
// static int foo;
-
 
35
void R_xmlSecCryptoInit(int *els) {}
35
#endif
36
#endif