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

« back to all changes in this revision

Viewing changes to debian/generated-incs/vmtc.inc

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-01-24 11:42:29 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080124114229-jw2f87rdxlq6gp11
Tags: 1.9.0.0-2ubuntu1
* Merge from debian unstable, remaining changes:
  - Robustify check for target_os, fixing build failure on lpia.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
  LABEL_PTR(checkincludearray),
44
44
  LABEL_PTR(newhash),
45
45
  LABEL_PTR(newrange),
46
 
  LABEL_PTR(putnot),
47
46
  LABEL_PTR(pop),
48
47
  LABEL_PTR(dup),
49
48
  LABEL_PTR(dupn),
79
78
  LABEL_PTR(opt_div),
80
79
  LABEL_PTR(opt_mod),
81
80
  LABEL_PTR(opt_eq),
 
81
  LABEL_PTR(opt_neq),
82
82
  LABEL_PTR(opt_lt),
83
83
  LABEL_PTR(opt_le),
84
84
  LABEL_PTR(opt_gt),
88
88
  LABEL_PTR(opt_aset),
89
89
  LABEL_PTR(opt_length),
90
90
  LABEL_PTR(opt_succ),
 
91
  LABEL_PTR(opt_not),
91
92
  LABEL_PTR(opt_regexpmatch1),
92
93
  LABEL_PTR(opt_regexpmatch2),
93
94
  LABEL_PTR(opt_call_c_function),