[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    valgrind/coregrind
From:       Dirk Mueller <mueller () kde ! org>
Date:       2005-07-27 6:56:07
Message-ID: 1122447367.900195.12162.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 439112 by mueller:

fix compilation


 M  +4 -4      vg_stabs.c  


--- trunk/valgrind/coregrind/vg_stabs.c #439111:439112
@@ -311,7 +311,7 @@
    return &sf->types[sym];
 }
 
-static Bool isdigit(Char c, Int base, Int *vp)
+static Bool isdigit_base(Char c, Int base, Int *vp)
 {
    Bool ret = False;
    Int v = 0;
@@ -382,7 +382,7 @@
    if (base == 0)
       base = getbase(&p);
 
-   while(isdigit(*p, base, &v)) {
+   while(isdigit_base(*p, base, &v)) {
       ret *= base;
       ret += v;
       p++;
@@ -403,7 +403,7 @@
    if (base == 0)
       base = getbase(&p);
 
-   while(isdigit(*p, base, &v)) {
+   while(isdigit_base(*p, base, &v)) {
       ret *= base;
       ret += v;
       p++;
@@ -646,7 +646,7 @@
       case -27:	type = VG_(st_mkint)(def, 1, True); break;
       case -28:	type = VG_(st_mkint)(def, 2, True); break;
       case -29:	type = VG_(st_mkint)(def, 4, True); break;
-      case -30:	type = ML_(st_mkint)(def, 2, False); break;
+      case -30:	type = VG_(st_mkint)(def, 2, False); break;
       case -31:	type = VG_(st_mkint)(def, 8, True); break;
       case -32:	type = VG_(st_mkint)(def, 8, False); break;
       case -33:	type = VG_(st_mkint)(def, 8, False); break;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic