summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mailx/optim.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/mailx/optim.c')
-rw-r--r--usr/src/cmd/mailx/optim.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/mailx/optim.c b/usr/src/cmd/mailx/optim.c
index 253cc3b99c..2b64f59015 100644
--- a/usr/src/cmd/mailx/optim.c
+++ b/usr/src/cmd/mailx/optim.c
@@ -134,7 +134,7 @@ netmap(char name[], char from[])
optim(nbuf, ret);
#else
nstrcpy(ret, sizeof (ret), nbuf);
-#endif OPTIM
+#endif /* OPTIM */
if (debug) fprintf(stderr, "after optim, nbuf '%s', ret '%s'\n", nbuf, ret);
cp = ret;
if (debug) fprintf(stderr, "wind up with '%s'\n", name);
@@ -667,7 +667,7 @@ optim1(char netstr[], char name[])
optiboth(name);
prefer(name);
}
-#endif OPTIM
+#endif /* OPTIM */
/*
* Return the network of the separator --
@@ -847,7 +847,7 @@ best(int src, int dest)
np++;
return(np->no_char);
}
-#endif OPTIM
+#endif /* OPTIM */
#ifdef notdef
/*