~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to vm_core.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-05-16 12:37:06 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080516123706-r4llcdfd35aobrjv
Tags: 1.9.0.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Robustify check for target_os, fixing build failure on lpia.
* debian/control:
  - ruby1.9 pkg: moved rdoc1.9 suggestion to depends. (LP: #228345)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  vm_core.h - 
4
4
 
5
 
  $Author: ko1 $
6
 
  $Date: 2007-12-25 13:16:06 +0900 (Tue, 25 Dec 2007) $
 
5
  $Author: nobu $
7
6
  created at: 04/01/01 19:41:38 JST
8
7
 
9
8
  Copyright (C) 2004-2007 Koichi Sasada
10
9
 
11
10
**********************************************************************/
12
11
 
13
 
#ifndef RUBY_CORE_H
14
 
#define RUBY_CORE_H
 
12
#ifndef RUBY_VM_CORE_H
 
13
#define RUBY_VM_CORE_H
15
14
 
16
15
#define RUBY_VM_THREAD_MODEL 2
17
16
 
678
677
    } \
679
678
} while (0)
680
679
 
681
 
#endif /* RUBY_CORE_H */
 
680
#endif /* RUBY_VM_CORE_H */