Ignore:
Timestamp:
Jun 30, 2009, 2:31:46 PM (15 years ago)
Author:
rosiere
Message:

1) add MORPHEO_PREFIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/Dhrystone/src/c/main.c

    r128 r130  
    1010#include "dhry21.h"
    1111
     12#ifndef DHRYSTONE_NB_RUNS
     13# error "DHRYSTONE_NB_RUNS must be defined."
     14#endif
     15
    1216int main()
    1317{
    14   dhry21(100);
     18  dhry21(DHRYSTONE_NB_RUNS);
    1519   
    1620  exit (0);
Note: See TracChangeset for help on using the changeset viewer.