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:
parent
6200483bdd
commit
40692ddfec
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue