/************************************************************************** * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * * Contributors are mentioned in the code where appropriate. * * * * Permission to use, copy, modify and distribute this software and its * * documentation strictly for non-commercial purposes is hereby granted * * without fee, provided that the above copyright notice appears in all * * copies and that both the copyright notice and this permission notice * * appear in the supporting documentation. The authors make no claims * * about the suitability of this software for any purpose. It is * * provided "as is" without express or implied warranty. * **************************************************************************/ /* $Log: py6_gcadd.cxx,v $ Revision 1.1 2003/10/07 23:29:00 murat - add pythia, cteq6, mrst2003 Revision 1.1.1.1 2003/07/07 14:25:40 murat new Revision 1.1 2001/03/12 06:53:31 murat - moving on: add pythia generator, to be merged abck into ROOT Revision 1.3 1999/09/29 09:24:14 fca Introduction of the Copyright and cvs Log */ #if defined(CERNLIB_WINNT) #define py6_gcaddc PY6_GCADDC #define py6_gcaddf PY6_GCADDF #define py6_gcaddd PY6_GCADDD #define py6_gcaddi PY6_GCADDI #define py6_gcaddl PY6_GCADDL #define type_of_call _stdcall #else #define py6_gcaddc py6_gcaddc_ #define py6_gcaddf py6_gcaddf_ #define py6_gcaddd py6_gcaddd_ #define py6_gcaddi py6_gcaddi_ #define py6_gcaddl py6_gcaddl_ #define type_of_call #endif extern "C" char* type_of_call py6_gcaddc(char *arg) { return arg; } extern "C" double* type_of_call py6_gcaddd(double *arg) { return arg; } extern "C" int* type_of_call py6_gcaddi(int *arg) { return arg; } extern "C" float* type_of_call py6_gcaddf(float *arg) { return arg; } extern "C" int* type_of_call py6_gcaddl(int *arg) { return arg; }