diff main.c @ 15:8d9d367e96f9

updated for VMS name chgs from VMS__malloc to VMS_int__malloc
author Me@portablequad
date Sun, 12 Feb 2012 01:47:58 -0800
parents ddd87abfeefd
children df53f52ef49c 561d3a06ffc5
line diff
     1.1 --- a/main.c	Sat Feb 11 16:59:18 2012 -0800
     1.2 +++ b/main.c	Sun Feb 12 01:47:58 2012 -0800
     1.3 @@ -10,6 +10,9 @@
     1.4  
     1.5  #include "SimParams.h"
     1.6  #include "HWSim__PingPong__HWDef/HWSim__PingPong__HWDef.h"
     1.7 +//Stefan: name conflict here -- MC_shared version of params is in HWSim__PingPong__HWDef.h, but need normal C version here
     1.8 +#include "../C_Libraries/ParamHelper/Param.h"
     1.9 +
    1.10  
    1.11  char __ProgrammName[] = "HWSim Hello World";
    1.12  char __DataSet[255];