Skip to content

Commit

Permalink
merge D2 pull 460
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Nov 26, 2011
1 parent 29cd0c6 commit 4e158d6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/backend/cgcs.c
Expand Up @@ -533,10 +533,8 @@ STATIC void touchlvalue(elem *e)
break;
case SCauto:
case SCparameter:
#if TX86
case SCfastpar:
case SCbprel:
#endif
if (e->EV.sp.Vsym->Sflags & SFLunambig)
break;
/* FALL-THROUGH */
Expand All @@ -548,9 +546,7 @@ STATIC void touchlvalue(elem *e)
case SCinline:
case SCsinline:
case SCeinline:
#if TX86
case SCcomdef:
#endif
touchstar();
break;
default:
Expand Down Expand Up @@ -595,19 +591,15 @@ STATIC void touchfunc(int flag)
break;
case SCauto:
case SCparameter:
#if TX86
case SCfastpar:
case SCbprel:
#endif
//printf("he = '%s'\n", he->EV.sp.Vsym->Sident);
if (he->EV.sp.Vsym->Sflags & SFLunambig)
break;
/* FALL-THROUGH */
case SCstatic:
case SCextern:
#if TX86
case SCcomdef:
#endif
case SCglobal:
case SClocstat:
case SCcomdat:
Expand Down

0 comments on commit 4e158d6

Please sign in to comment.