Mercurial > hg > GearsTemplate
comparison src/parallel_execution/SingleLinkedStack.cbc @ 280:2c2e4e597eb0
generate no compile errors
author | mir3636 |
---|---|
date | Fri, 03 Feb 2017 17:47:27 +0900 |
parents | d14eb393023d |
children | 62b7dbe7f88e |
comparison
equal
deleted
inserted
replaced
279:b5e8fce400a5 | 280:2c2e4e597eb0 |
---|---|
1 #include "../context.h" | 1 #include "../context.h" |
2 #include "../origin_cs.h" | |
3 #include <stdio.h> | 2 #include <stdio.h> |
4 | 3 |
5 // typedef struct SingleLinkedStack { | 4 // typedef struct SingleLinkedStack { |
6 // struct Element* top; | 5 // struct Element* top; |
7 // } SingleLinkedStack; | 6 // } SingleLinkedStack; |