C++ comments in C files break native unix compilers.

This commit is contained in:
tor%cs.brown.edu 2000-05-05 03:07:04 +00:00
parent 6ba1d9980e
commit 9dd818dacf
2 changed files with 2 additions and 2 deletions

View File

@ -1223,7 +1223,7 @@ PRBool PREF_HasUserPref(const char *pref_name)
if (!pref) return PR_FALSE;
// convert PREF_HAS_USER_VALUE to bool
/* convert PREF_HAS_USER_VALUE to bool */
return (PREF_HAS_USER_VALUE(pref) != 0);
}

View File

@ -1223,7 +1223,7 @@ PRBool PREF_HasUserPref(const char *pref_name)
if (!pref) return PR_FALSE;
// convert PREF_HAS_USER_VALUE to bool
/* convert PREF_HAS_USER_VALUE to bool */
return (PREF_HAS_USER_VALUE(pref) != 0);
}