The following changes avoid polluting global namespace with the
[deliverable/binutils-gdb.git] / gdb / tui / tuiSource.c
index 6c1a8fb5e114516ea081fd74decbf99d794c3c11..5dc5adec7e61e7e050aeafffab14d342b7bdbe38 100644 (file)
@@ -172,7 +172,7 @@ tuiSetSourceContent (struct symtab *s, int lineNo, int noerror)
                      element->whichElement.source.hasBreak =
                        (bp != (struct breakpoint *) NULL &&
                         (!element->whichElement.source.isExecPoint ||
-                         (bp->disposition != del || bp->hit_count <= 0)));
+                         (bp->disposition != disp_del || bp->hit_count <= 0)));
                      if (c != EOF)
                        {
                          i = strlen (srcLine) - 1;
This page took 0.032281 seconds and 4 git commands to generate.