]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changes needed by the new Root geometry package (R.Brun)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 Feb 2003 09:13:38 +0000 (09:13 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 Feb 2003 09:13:38 +0000 (09:13 +0000)
ALIROOT/aliroot.cxx

index d73632239e311ca4f40707e31e59fffa0c51fec4..24f504d29b165338a36f0d72e77870a92136e328 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.14  2002/12/06 16:18:48  alibrary
+Small correction to enable std input
+
 Revision 1.13  2002/12/03 09:03:06  hristov
 Changes needed on Itanium (F.Carminati)
 
@@ -117,5 +120,14 @@ int main(int argc, char **argv)
   
   return(0);
 }
+#define ffinit ffinit_
+#define ffkey ffkey_
+#define ffgo ffgo_
+
+extern "C" {
 
+void ffinit_() {}
+void ffkey_() {}
+void ffgo_() {}
+}