Changeset a1affab in ada-examples for hello_world_ada/init.c


Ignore:
Timestamp:
08/20/99 19:37:42 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
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
Message:

Miscelaneous changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hello_world_ada/init.c

    r8ddd382 ra1affab  
    5454  assert( !status );
    5555
     56#define GNAT_MAIN_STACKSPACE 100
    5657#ifdef GNAT_MAIN_STACKSPACE
    5758  stacksize = GNAT_MAIN_STACKSPACE * 1024;
     
    8081#define CONFIGURE_POSIX_INIT_THREAD_TABLE
    8182
     83#define CONFIGURE_MAXIMUM_SEMAPHORES 10
    8284#define CONFIGURE_GNAT_RTEMS
    8385/*
Note: See TracChangeset for help on using the changeset viewer.