/+junk/vala-bit-field

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/vala-bit-field

« back to all changes in this revision

Viewing changes to src/bit_map.vala

  • Committer: Gustav Hartvigsson
  • Date: 2020-06-07 18:26:08 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20200607182608-0940j4b4uc28q2n3
* Woops

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    
48
48
    FieldInfo[] lst2 = new FieldInfo[lst.length ()];
49
49
    
 
50
    for (uint i = 0; i < lst.length (); i++) {
 
51
      lst2[i] = lst.nth_data (i);
 
52
    }
 
53
    
50
54
    add_type (name, lst2);
51
55
    
52
56
    return false;