ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change
on this file since 7ed1d8f was
73abe95,
checked in by Thierry Delisle <tdelisle@…>, 6 years ago
|
Replace extension-less headers with .hfa
|
-
Property mode set to
100644
|
File size:
206 bytes
|
Line | |
---|
1 | #pragma once |
---|
2 | |
---|
3 | #ifdef __cforall |
---|
4 | extern "C" { |
---|
5 | #endif |
---|
6 | #include <stddef.h> |
---|
7 | #include <stdint.h> |
---|
8 | #ifdef __cforall |
---|
9 | } |
---|
10 | #endif |
---|
11 | |
---|
12 | #include <vector.hfa> |
---|
13 | |
---|
14 | typedef vector(intptr_t*, heap_allocator(intptr_t*)) worklist_t; |
---|
Note: See
TracBrowser
for help on using the repository browser.