|
From: Viktor M. <mih...@us...> - 2005-06-24 12:09:47
|
Update of /cvsroot/sblim/gather/plugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24670/plugin Modified Files: metricProcessor.c Removed Files: makefile platform.sh Log Message: Updated for Autoconf/Automake. Index: metricProcessor.c =================================================================== RCS file: /cvsroot/sblim/gather/plugin/metricProcessor.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- metricProcessor.c 3 Dec 2004 15:57:22 -0000 1.6 +++ metricProcessor.c 24 Jun 2005 12:09:37 -0000 1.7 @@ -254,14 +254,14 @@ str = strchr(ptr,'\n'); ptr = strchr(ptr,':'); -#if defined (INTEL) || defined (PPC) +#if defined (S390) while( (ptr=strchr(ptr,' ')) != NULL) { if( ptr > str) { break; } id = ptr+1; ptr++; } end = str; -#elif defined (S390) +#else id = ptr-1; end = ptr; #endif --- makefile DELETED --- --- platform.sh DELETED --- |