1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 14:22:31 -07:00

Change == to eq for string comparison

Copied from Perforce
 Change: 19206
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1998-01-14 11:12:57 +00:00
parent 6200483bdd
commit 40692ddfec

View file

@ -41,7 +41,7 @@ sub compiler_settings {
"-Winline -Waggregate-return -Wnested-externs -Wcast-qual ".
"-Wshadow -Wmissing-prototypes -Wredundant-decls -Wcast-align ".
"-O -g -ggdb3 -DMMQA_VERS_$INTERFACE_VERSION";
if ($PLATFORM == "sos8gp") {
if ($PLATFORM eq "sos8gp") {
$cc_opts = "-pg ".$cc_opts;
}
$cc_include = "-I$testlib_dir -I$MPS_INCLUDE_DIR";