summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/doschk.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-08-26 09:30:50 +0000
committerobrien <obrien@FreeBSD.org>1999-08-26 09:30:50 +0000
commit0bedf4fb30066e5e1d4342a1d3914dae7d37cba7 (patch)
tree68d8110b41afd0ebbf39167b1a4918eea667a7c5 /contrib/gcc/doschk.c
parentd4db5fb866b7ad5216abd5047774a3973b9901a9 (diff)
downloadFreeBSD-src-0bedf4fb30066e5e1d4342a1d3914dae7d37cba7.zip
FreeBSD-src-0bedf4fb30066e5e1d4342a1d3914dae7d37cba7.tar.gz
Virgin import of gcc from EGCS 1.1.2
Diffstat (limited to 'contrib/gcc/doschk.c')
-rw-r--r--contrib/gcc/doschk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/gcc/doschk.c b/contrib/gcc/doschk.c
index 7fbb733..ad553df 100644
--- a/contrib/gcc/doschk.c
+++ b/contrib/gcc/doschk.c
@@ -251,8 +251,8 @@ display_problems ()
first_err = 1;
for (i=0; i<ecount-1; i++)
{
- if ((strcmp (elist[i]->dos_name, elist[i+1]->dos_name) == 0) &&
- (strcmp (elist[i]->path, elist[i+1]->path) == 0))
+ if ((strcmp (elist[i]->dos_name, elist[i+1]->dos_name) == 0)
+ && (strcmp (elist[i]->path, elist[i+1]->path) == 0))
{
if (first_err)
{
@@ -280,8 +280,8 @@ display_problems ()
first_err = 1;
for (i=0; i<ecount-1; i++)
{
- if ((strncmp (elist[i]->full_name, elist[i+1]->full_name, 14) == 0) &&
- (strcmp (elist[i]->path, elist[i+1]->path) == 0))
+ if ((strncmp (elist[i]->full_name, elist[i+1]->full_name, 14) == 0)
+ && (strcmp (elist[i]->path, elist[i+1]->path) == 0))
{
if (first_err)
{
OpenPOWER on IntegriCloud