Added a couple of alien todos

cvs
Alex Chapman 2005-10-21 00:59:46 +00:00
parent a66f7d7ffc
commit 618104c4f6
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@
- bitfields in C structs
- setting struct members that are not *
- callbacks
- FIELD: char key_vector[32];
- FIELD: union { char b[20]; short s[10]; long l[5]; } data;
- MEMBER: long pad[24];
- convert factor sequences to c arrays, and vice versa
+ compiler: