~russel/groovynativelauncher/trunk

« back to all changes in this revision

Viewing changes to source/groovyutils.c

  • Committer: akaranta
  • Date: 2010-04-30 03:47:43 UTC
  • Revision ID: svn-v4:a5544e8c-8a19-0410-ba12-f9af4593a198:trunk/groovy/modules/native_launcher:19904
SConstruct: fixed issue of os.uname not being available on windows, improved test execution logic, small cosmetic improvements in c files, added preprocessor macros that should make swig handle jni_md.h on os-x ok

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    switch ( fileName[ 4 ] ) {
39
39
 
40
40
      case '-' :
41
 
        result = isdigit( fileName[ 5 ] ) ? JNI_TRUE : JNI_FALSE ;
 
41
        result = isdigit( fileName[ 5 ] ) ;
42
42
        break ;
43
43
 
44
44
      case '_' :