Changeset a1affab in ada-examples for hello_world_ada/init.c
- Timestamp:
- 08/20/99 19:37:42 (24 years ago)
- Branches:
- ada-examples-4-10-branch, ada-examples-4-6-branch, ada-examples-4-7-branch, ada-examples-4-8-branch, ada-examples-4-9-branch, master
- Children:
- 38b445a
- Parents:
- 8ddd382
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hello_world_ada/init.c
r8ddd382 ra1affab 54 54 assert( !status ); 55 55 56 #define GNAT_MAIN_STACKSPACE 100 56 57 #ifdef GNAT_MAIN_STACKSPACE 57 58 stacksize = GNAT_MAIN_STACKSPACE * 1024; … … 80 81 #define CONFIGURE_POSIX_INIT_THREAD_TABLE 81 82 83 #define CONFIGURE_MAXIMUM_SEMAPHORES 10 82 84 #define CONFIGURE_GNAT_RTEMS 83 85 /*
Note: See TracChangeset
for help on using the changeset viewer.