Ignore:
Timestamp:
Dec 10, 2020, 4:00:29 PM (5 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
97aca3df, b3a0df6
Parents:
6a45bd78 (diff), 297cf18 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 moved

Legend:

Unmodified
Added
Removed
  • tests/multi_list.cfa

    r6a45bd78 r3e3f236  
    11#include <fstream.hfa>
    22#include <stdlib.hfa>
    3 #include "sequence.hfa"
    4 #include "queue.hfa"
    5 #include "stack.hfa"
     3#include <bits/stack.hfa>
     4#include <bits/queue.hfa>
     5#include <bits/sequence.hfa>
    66
    77struct Task;                                                                                    // node type
     
    5757
    5858        SeqIter(TaskDL) sqiter;
    59         TaskDL & dl;
     59        TaskDL & dl;                                                                            // iterator index
    6060        TaskSL & sl;
    6161
Note: See TracChangeset for help on using the changeset viewer.