Sha256: 0fdc63e37824acd0ab9592f80672667906e721df89ecebc1d698d44ae440d5de

Contents?: true

Size: 825 Bytes

Versions: 46

Compression:

Stored size: 825 Bytes

Contents

/**********************************************************************

  ruby/vm.h -

  $Author: nobu $
  created at: Sat May 31 15:17:36 2008

  Copyright (C) 2008 Yukihiro Matsumoto

**********************************************************************/

#ifndef RUBY_VM_H
#define RUBY_VM_H 1

#if defined(__cplusplus)
extern "C" {
#if 0
} /* satisfy cc-mode */
#endif
#endif

/* Place holder.
 *
 * We will prepare VM creation/control APIs on 1.9.2 or later.
 * If you have an interest about it, please see mvm branch.
 * http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/mvm/
 */

/* VM type declaration */
typedef struct rb_vm_struct ruby_vm_t;

/* core API */
int ruby_vm_destruct(ruby_vm_t *vm);

#if defined(__cplusplus)
#if 0
{ /* satisfy cc-mode */
#endif
}  /* extern "C" { */
#endif

#endif /* RUBY_VM_H */

Version data entries

46 entries across 46 versions & 2 rubygems

Version Path
rhodes-5.5.18 platform/shared/ruby/include/ruby/vm.h
rhodes-5.5.17 platform/shared/ruby/include/ruby/vm.h
rhodes-5.5.15 platform/shared/ruby/include/ruby/vm.h
rhodes-5.5.0.22 platform/shared/ruby/include/ruby/vm.h
rhodes-5.5.2 platform/shared/ruby/include/ruby/vm.h
rhodes-5.5.0.7 platform/shared/ruby/include/ruby/vm.h
rhodes-5.5.0.3 platform/shared/ruby/include/ruby/vm.h
rhodes-5.5.0 platform/shared/ruby/include/ruby/vm.h
tauplatform-1.0.3 platform/shared/ruby/include/ruby/vm.h
tauplatform-1.0.2 platform/shared/ruby/include/ruby/vm.h
tauplatform-1.0.1 platform/shared/ruby/include/ruby/vm.h
rhodes-3.5.1.12 platform/shared/ruby/include/ruby/vm.h
rhodes-3.3.5 platform/shared/ruby/include/ruby/vm.h
rhodes-3.4.2 platform/shared/ruby/include/ruby/vm.h
rhodes-3.3.4 platform/shared/ruby/include/ruby/vm.h
rhodes-3.3.3 platform/shared/ruby/include/ruby/vm.h
rhodes-3.3.3.beta.4 platform/shared/ruby/include/ruby/vm.h
rhodes-3.3.3.beta.3 platform/shared/ruby/include/ruby/vm.h
rhodes-3.3.3.beta.2 platform/shared/ruby/include/ruby/vm.h
rhodes-3.3.3.beta.1 platform/shared/ruby/include/ruby/vm.h