From b2ffd915ddcdd6f547a54b14e624472b1695b564 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sun, 6 Oct 2024 16:29:43 -0700 Subject: [PATCH] remove compile-command here too --- xwords4/common/server.c | 2 +- xwords4/linux/curgamlistwin.c | 1 - xwords4/linux/curgamlistwin.h | 1 - xwords4/linux/cursesboard.c | 1 - xwords4/linux/cursesboard.h | 1 - xwords4/linux/cursesdraw.c | 1 - xwords4/linux/cursesletterask.c | 1 - xwords4/linux/cursesmain.c | 1 - xwords4/linux/extcmds.c | 1 - xwords4/linux/extcmds.h | 1 - xwords4/linux/gamesdb.c | 1 - xwords4/linux/gamesdb.h | 1 - xwords4/linux/gsrcwrap.c | 1 - xwords4/linux/gsrcwrap.h | 1 - xwords4/linux/gtkask.c | 1 - xwords4/linux/gtkaskbad.c | 1 - xwords4/linux/gtkaskbad.h | 1 - xwords4/linux/gtkaskdict.c | 1 - xwords4/linux/gtkaskm.c | 1 - xwords4/linux/gtkboard.c | 1 - xwords4/linux/gtkchat.c | 1 - xwords4/linux/gtkconnsdlg.c | 1 - xwords4/linux/gtkconnsdlg.h | 1 - xwords4/linux/gtkdraw.c | 1 - xwords4/linux/gtkinvit.c | 1 - xwords4/linux/gtkinvit.h | 1 - xwords4/linux/gtkkpdlg.c | 1 - xwords4/linux/gtkkpdlg.h | 1 - xwords4/linux/gtkletterask.c | 1 - xwords4/linux/gtkmain.c | 1 - xwords4/linux/gtkmain.h | 1 - xwords4/linux/gtknewgame.c | 1 - xwords4/linux/gtknewgame.h | 1 - xwords4/linux/gtkpasswdask.c | 1 - xwords4/linux/gtkutils.c | 1 - xwords4/linux/gtkutils.h | 1 - xwords4/linux/lindutil.c | 1 - xwords4/linux/lindutil.h | 1 - xwords4/linux/linuxbt.h | 1 - xwords4/linux/linuxdict.c | 1 - xwords4/linux/linuxdict.h | 1 - xwords4/linux/linuxmain.c | 1 - xwords4/linux/linuxmain.h | 1 - xwords4/linux/linuxsms.c | 1 - xwords4/linux/linuxsms.h | 1 - xwords4/linux/linuxudp.c | 1 - xwords4/linux/linuxudp.h | 1 - xwords4/linux/linuxutl.c | 1 - xwords4/linux/linuxutl.h | 1 - xwords4/linux/main.h | 1 - xwords4/linux/mqttcon.c | 1 - xwords4/linux/mqttcon.h | 1 - xwords4/linux/relaycon.c | 1 - xwords4/linux/relaycon.h | 1 - xwords4/linux/uuidhack.c | 1 - xwords4/linux/uuidhack.h | 1 - 56 files changed, 1 insertion(+), 56 deletions(-) diff --git a/xwords4/common/server.c b/xwords4/common/server.c index 87a00fb7c..6b577b4d4 100644 --- a/xwords4/common/server.c +++ b/xwords4/common/server.c @@ -950,7 +950,7 @@ addGuestAddrsIf( const ServerCtxt* server, XWEnv xwe, XP_U16 sendee, buildGuestRI( server, xwe, sendee, &ri ); ri_toStream( tmpStream, &ri, server ); - /* Old verion requires no two-player devices */ + /* Old version requires no two-player devices */ } else if ( server->nv.nDevices == server->vol.gi->nPlayers ) { for ( XP_U16 devIndex = 1; devIndex < server->nv.nDevices; ++devIndex ) { if ( devIndex == sendee ) { diff --git a/xwords4/linux/curgamlistwin.c b/xwords4/linux/curgamlistwin.c index b07e3222a..7a456b7f5 100644 --- a/xwords4/linux/curgamlistwin.c +++ b/xwords4/linux/curgamlistwin.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2020 by Eric House (xwords@eehouse.org). All rights reserved. * diff --git a/xwords4/linux/curgamlistwin.h b/xwords4/linux/curgamlistwin.h index 0d672bf83..4958dde84 100644 --- a/xwords4/linux/curgamlistwin.h +++ b/xwords4/linux/curgamlistwin.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2020 by Eric House (xwords@eehouse.org). All rights reserved. * diff --git a/xwords4/linux/cursesboard.c b/xwords4/linux/cursesboard.c index d9b7aee81..97fc9581a 100644 --- a/xwords4/linux/cursesboard.c +++ b/xwords4/linux/cursesboard.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2000 - 2020 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/cursesboard.h b/xwords4/linux/cursesboard.h index d16f4b2dd..c2196f463 100644 --- a/xwords4/linux/cursesboard.h +++ b/xwords4/linux/cursesboard.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2000 - 2020 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/cursesdraw.c b/xwords4/linux/cursesdraw.c index b0a02bd6e..a9f11971f 100644 --- a/xwords4/linux/cursesdraw.c +++ b/xwords4/linux/cursesdraw.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 1997-2020 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/cursesletterask.c b/xwords4/linux/cursesletterask.c index 872fd654c..f90f5ab00 100644 --- a/xwords4/linux/cursesletterask.c +++ b/xwords4/linux/cursesletterask.c @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; c-basic-offset: 4; compile-command: "make MEMDEBUG=TRUE"; -*- */ /* * Copyright 2003 by Eric House (xwords@eehouse.org). All rights reserved. diff --git a/xwords4/linux/cursesmain.c b/xwords4/linux/cursesmain.c index 2372a2ea3..e2ad31139 100644 --- a/xwords4/linux/cursesmain.c +++ b/xwords4/linux/cursesmain.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2000 - 2020 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/extcmds.c b/xwords4/linux/extcmds.c index c02507a52..a9552d457 100644 --- a/xwords4/linux/extcmds.c +++ b/xwords4/linux/extcmds.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2023 - 2024 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/extcmds.h b/xwords4/linux/extcmds.h index 8923249c6..97fed79f7 100644 --- a/xwords4/linux/extcmds.h +++ b/xwords4/linux/extcmds.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2024 by Eric House (xwords@eehouse.org). All rights reserved. * diff --git a/xwords4/linux/gamesdb.c b/xwords4/linux/gamesdb.c index 9f3449c7b..c94d9971c 100644 --- a/xwords4/linux/gamesdb.c +++ b/xwords4/linux/gamesdb.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2000 - 2016 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gamesdb.h b/xwords4/linux/gamesdb.h index 0a4b23c7f..3fc600b2d 100644 --- a/xwords4/linux/gamesdb.h +++ b/xwords4/linux/gamesdb.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2000 - 2016 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gsrcwrap.c b/xwords4/linux/gsrcwrap.c index 0130f8218..4680a08c7 100644 --- a/xwords4/linux/gsrcwrap.c +++ b/xwords4/linux/gsrcwrap.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2020 by Eric House (xwords@eehouse.org). All rights reserved. * diff --git a/xwords4/linux/gsrcwrap.h b/xwords4/linux/gsrcwrap.h index 692c183f7..7b7378452 100644 --- a/xwords4/linux/gsrcwrap.h +++ b/xwords4/linux/gsrcwrap.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2020 by Eric House (xwords@eehouse.org). All rights reserved. * diff --git a/xwords4/linux/gtkask.c b/xwords4/linux/gtkask.c index cf5047d52..dafdf328e 100644 --- a/xwords4/linux/gtkask.c +++ b/xwords4/linux/gtkask.c @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; compile-command: "make MEMDEBUG=TRUE"; -*- */ /* * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. diff --git a/xwords4/linux/gtkaskbad.c b/xwords4/linux/gtkaskbad.c index 33e2e3e39..78372793c 100644 --- a/xwords4/linux/gtkaskbad.c +++ b/xwords4/linux/gtkaskbad.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2024 by Eric House (xwords@eehouse.org). All rights reserved. * diff --git a/xwords4/linux/gtkaskbad.h b/xwords4/linux/gtkaskbad.h index e7530a542..e9f84f283 100644 --- a/xwords4/linux/gtkaskbad.h +++ b/xwords4/linux/gtkaskbad.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2024 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkaskdict.c b/xwords4/linux/gtkaskdict.c index df7fc5d37..ef6e94bd7 100644 --- a/xwords4/linux/gtkaskdict.c +++ b/xwords4/linux/gtkaskdict.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make -j3 MEMDEBUG=TRUE"; -*- */ /* * Copyright 2000-2009 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkaskm.c b/xwords4/linux/gtkaskm.c index db32557a4..66d7acedf 100644 --- a/xwords4/linux/gtkaskm.c +++ b/xwords4/linux/gtkaskm.c @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; compile-command: "make MEMDEBUG=TRUE"; -*- */ /* * Copyright 2013 by Eric House (xwords@eehouse.org). All rights reserved. diff --git a/xwords4/linux/gtkboard.c b/xwords4/linux/gtkboard.c index b6df24c1a..05f15435a 100644 --- a/xwords4/linux/gtkboard.c +++ b/xwords4/linux/gtkboard.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2000-2015 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkchat.c b/xwords4/linux/gtkchat.c index a87c678e1..395dc20d6 100644 --- a/xwords4/linux/gtkchat.c +++ b/xwords4/linux/gtkchat.c @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; compile-command: "make MEMDEBUG=TRUE"; -*- */ /* * Copyright 2000 by Eric House (xwords@eehouse.org). All rights reserved. diff --git a/xwords4/linux/gtkconnsdlg.c b/xwords4/linux/gtkconnsdlg.c index 1b19b72f0..d81ae0e61 100644 --- a/xwords4/linux/gtkconnsdlg.c +++ b/xwords4/linux/gtkconnsdlg.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2001-2014 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkconnsdlg.h b/xwords4/linux/gtkconnsdlg.h index 86bdb2f76..983fd535f 100644 --- a/xwords4/linux/gtkconnsdlg.h +++ b/xwords4/linux/gtkconnsdlg.h @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; compile-command: "make MEMDEBUG=TRUE"; -*- */ /* * Copyright 2000-2009 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkdraw.c b/xwords4/linux/gtkdraw.c index f65114308..7ab82d704 100644 --- a/xwords4/linux/gtkdraw.c +++ b/xwords4/linux/gtkdraw.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 1997 - 2017 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkinvit.c b/xwords4/linux/gtkinvit.c index 6f7fcd0fa..6ecaa6848 100644 --- a/xwords4/linux/gtkinvit.c +++ b/xwords4/linux/gtkinvit.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2001-2014 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkinvit.h b/xwords4/linux/gtkinvit.h index de97d81b4..c77375219 100644 --- a/xwords4/linux/gtkinvit.h +++ b/xwords4/linux/gtkinvit.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2001-2014 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkkpdlg.c b/xwords4/linux/gtkkpdlg.c index 5ccf0d93e..47cc3a5ca 100644 --- a/xwords4/linux/gtkkpdlg.c +++ b/xwords4/linux/gtkkpdlg.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2001-2014 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkkpdlg.h b/xwords4/linux/gtkkpdlg.h index b08d08216..15acac668 100644 --- a/xwords4/linux/gtkkpdlg.h +++ b/xwords4/linux/gtkkpdlg.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2020 by Eric House (xwords@eehouse.org). All rights reserved. * diff --git a/xwords4/linux/gtkletterask.c b/xwords4/linux/gtkletterask.c index 60a0848b1..ad36d1814 100644 --- a/xwords4/linux/gtkletterask.c +++ b/xwords4/linux/gtkletterask.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make -j3 MEMDEBUG=TRUE"; -*- */ /* * Copyright 2000-2009 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkmain.c b/xwords4/linux/gtkmain.c index bc4a0cc14..0afe39cfa 100644 --- a/xwords4/linux/gtkmain.c +++ b/xwords4/linux/gtkmain.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2000 - 2016 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkmain.h b/xwords4/linux/gtkmain.h index 00e8085cb..a0f4121ee 100644 --- a/xwords4/linux/gtkmain.h +++ b/xwords4/linux/gtkmain.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* Copyright 1997 - 2013 by Eric House (xwords@eehouse.org) All rights * reserved. * diff --git a/xwords4/linux/gtknewgame.c b/xwords4/linux/gtknewgame.c index ba10f2c4c..0ab401ef2 100644 --- a/xwords4/linux/gtknewgame.c +++ b/xwords4/linux/gtknewgame.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2001 - 2021 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtknewgame.h b/xwords4/linux/gtknewgame.h index ed5ec826e..d05e5b07d 100644 --- a/xwords4/linux/gtknewgame.h +++ b/xwords4/linux/gtknewgame.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2000-2013 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkpasswdask.c b/xwords4/linux/gtkpasswdask.c index 0292eaa4f..64b93bb1f 100644 --- a/xwords4/linux/gtkpasswdask.c +++ b/xwords4/linux/gtkpasswdask.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2000 - 2016 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkutils.c b/xwords4/linux/gtkutils.c index 857674808..5c002038d 100644 --- a/xwords4/linux/gtkutils.c +++ b/xwords4/linux/gtkutils.c @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; c-basic-offset: 4; compile-command: "make MEMDEBUG=TRUE"; -*- */ /* * Copyright 2001-2008 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/gtkutils.h b/xwords4/linux/gtkutils.h index 7618aa5f4..2cdd699f7 100644 --- a/xwords4/linux/gtkutils.h +++ b/xwords4/linux/gtkutils.h @@ -1,4 +1,3 @@ -/* -*- fill-column: 78; compile-command: "make MEMDEBUG=TRUE"; -*- */ /* * Copyright 2000-2009 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/lindutil.c b/xwords4/linux/lindutil.c index ba18ab1e1..efaed5693 100644 --- a/xwords4/linux/lindutil.c +++ b/xwords4/linux/lindutil.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2018 by Eric House (xwords@eehouse.org). All rights reserved. * diff --git a/xwords4/linux/lindutil.h b/xwords4/linux/lindutil.h index a27590938..bbf957452 100644 --- a/xwords4/linux/lindutil.h +++ b/xwords4/linux/lindutil.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2018 by Eric House (xwords@eehouse.org). All rights reserved. * diff --git a/xwords4/linux/linuxbt.h b/xwords4/linux/linuxbt.h index 4c556a081..6c4f7a4ae 100644 --- a/xwords4/linux/linuxbt.h +++ b/xwords4/linux/linuxbt.h @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; c-basic-offset: 4; compile-command: "make MEMDEBUG=TRUE";-*- */ /* * Copyright 2006 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/linuxdict.c b/xwords4/linux/linuxdict.c index 4873cd997..62da52592 100644 --- a/xwords4/linux/linuxdict.c +++ b/xwords4/linux/linuxdict.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 1997 - 2013 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/linuxdict.h b/xwords4/linux/linuxdict.h index 7d43df01a..f2baf4b1d 100644 --- a/xwords4/linux/linuxdict.h +++ b/xwords4/linux/linuxdict.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2000 - 2013 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/linuxmain.c b/xwords4/linux/linuxmain.c index d8b861651..be571bd5f 100644 --- a/xwords4/linux/linuxmain.c +++ b/xwords4/linux/linuxmain.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2000 - 2024 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/linuxmain.h b/xwords4/linux/linuxmain.h index 98f9ed5ad..f01c6fe22 100644 --- a/xwords4/linux/linuxmain.h +++ b/xwords4/linux/linuxmain.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 1997-2011 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/linuxsms.c b/xwords4/linux/linuxsms.c index b5f3cebd0..0ef7b8191 100644 --- a/xwords4/linux/linuxsms.c +++ b/xwords4/linux/linuxsms.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make -j MEMDEBUG=TRUE";-*- */ /* * Copyright 2006 - 2018 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/linuxsms.h b/xwords4/linux/linuxsms.h index 5d23c6d8c..d19f0b960 100644 --- a/xwords4/linux/linuxsms.h +++ b/xwords4/linux/linuxsms.h @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; c-basic-offset: 4; compile-command: "make MEMDEBUG=TRUE";-*- */ /* * Copyright 2006-2008 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/linuxudp.c b/xwords4/linux/linuxudp.c index 926626a96..ff3e3f9a6 100644 --- a/xwords4/linux/linuxudp.c +++ b/xwords4/linux/linuxudp.c @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; c-basic-offset: 4; compile-command: "make MEMDEBUG=TRUE";-*- */ /* * Copyright 2007-2009 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/linuxudp.h b/xwords4/linux/linuxudp.h index 3be85a1a0..6753bc8e3 100644 --- a/xwords4/linux/linuxudp.h +++ b/xwords4/linux/linuxudp.h @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; c-basic-offset: 4; compile-command: "make MEMDEBUG=TRUE";-*- */ /* * Copyright 2007 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/linuxutl.c b/xwords4/linux/linuxutl.c index 3f7bbe627..ab6fc8f10 100644 --- a/xwords4/linux/linuxutl.c +++ b/xwords4/linux/linuxutl.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j5"; -*- */ /* * Copyright 2000-2020 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/linuxutl.h b/xwords4/linux/linuxutl.h index 4785ec4bd..6b02401c6 100644 --- a/xwords4/linux/linuxutl.h +++ b/xwords4/linux/linuxutl.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2000 - 2011 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/main.h b/xwords4/linux/main.h index eec22e3ce..09f009075 100644 --- a/xwords4/linux/main.h +++ b/xwords4/linux/main.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2001 - 2023 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/mqttcon.c b/xwords4/linux/mqttcon.c index 1350e1741..35e723fbe 100644 --- a/xwords4/linux/mqttcon.c +++ b/xwords4/linux/mqttcon.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2020 - 2022 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/mqttcon.h b/xwords4/linux/mqttcon.h index 90a15d403..d8e53e70f 100644 --- a/xwords4/linux/mqttcon.h +++ b/xwords4/linux/mqttcon.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2020 - 2023 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/relaycon.c b/xwords4/linux/relaycon.c index 35d9311a5..587c55fcf 100644 --- a/xwords4/linux/relaycon.c +++ b/xwords4/linux/relaycon.c @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2013 - 2020 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/relaycon.h b/xwords4/linux/relaycon.h index a668c10b9..c0fab70fc 100644 --- a/xwords4/linux/relaycon.h +++ b/xwords4/linux/relaycon.h @@ -1,4 +1,3 @@ -/* -*- compile-command: "make MEMDEBUG=TRUE -j3"; -*- */ /* * Copyright 2013 - 2020 by Eric House (xwords@eehouse.org). All rights * reserved. diff --git a/xwords4/linux/uuidhack.c b/xwords4/linux/uuidhack.c index 7c4c5b087..5ba44086c 100644 --- a/xwords4/linux/uuidhack.c +++ b/xwords4/linux/uuidhack.c @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; c-basic-offset: 4; compile-command: "make MEMDEBUG=TRUE";-*- */ /* * Copyright 2012 by Eric House (xwords@eehouse.org). All rights reserved. * diff --git a/xwords4/linux/uuidhack.h b/xwords4/linux/uuidhack.h index f7b169b15..3881f1c08 100644 --- a/xwords4/linux/uuidhack.h +++ b/xwords4/linux/uuidhack.h @@ -1,4 +1,3 @@ -/* -*-mode: C; fill-column: 78; c-basic-offset: 4; compile-command: "make MEMDEBUG=TRUE";-*- */ /* * Copyright 2012 by Eric House (xwords@eehouse.org). All rights reserved. *