diff options
| author | Jack Palevich <jackpal@google.com> | 2009-10-28 16:10:17 -0700 |
|---|---|---|
| committer | Jack Palevich <jackpal@google.com> | 2009-10-28 16:10:17 -0700 |
| commit | ee1f829dd45a3a45fd0eb453b76a30cb99043be2 (patch) | |
| tree | 292724ce2c65c6551948cfa528ef7926f0cd56a2 /libacc/FEATURES | |
| parent | 22f5c6b8a28dba60cda05110e4bd514329a37f67 (diff) | |
| download | system_core-ee1f829dd45a3a45fd0eb453b76a30cb99043be2.tar.gz system_core-ee1f829dd45a3a45fd0eb453b76a30cb99043be2.tar.bz2 system_core-ee1f829dd45a3a45fd0eb453b76a30cb99043be2.zip | |
Implement typedef.
Diffstat (limited to 'libacc/FEATURES')
| -rw-r--r-- | libacc/FEATURES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libacc/FEATURES b/libacc/FEATURES index ce48c6f9..20f9d987 100644 --- a/libacc/FEATURES +++ b/libacc/FEATURES @@ -43,6 +43,8 @@ Supported C language subset: - arrays are supported - long doubles are not supported - structs and unions are supported + - typedef is supported + - explicit storage class specifiers are not supported: register, auto, static, extern - Unknown functions and variables are bound at compile time by calling back to the caller. For the 'acc' command-line tool unknown functions |
