- if ((ib = fopen(defpath, "r")) == (FILE *)0)
- adios((char *)0, "unable to read the `%s' profile specified by your MH environment variable", defpath);
+ if ((ib = fopen(defpath, "r")) == NULL)
+ adios(NULL, "unable to read the `%s' profile specified by your MH environment variable", defpath);