aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-16 15:52:24 +0000
committerDan Nicolaescu2008-07-16 15:52:24 +0000
commit3ec8ef33c510fca00b4c3a58024e2b1e1203e774 (patch)
treeb067699531f091f5ad397c1cb721e696431b8e2d /src
parentd4d080b6dabc42a9f2c9a9ef9286707ab2cf394c (diff)
downloademacs-3ec8ef33c510fca00b4c3a58024e2b1e1203e774.tar.gz
emacs-3ec8ef33c510fca00b4c3a58024e2b1e1203e774.zip
Remove boilerplate comments.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/s/gnu-linux.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5fbe56b34b4..8228011662d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12008-07-16 Dan Nicolaescu <dann@ics.uci.edu> 12008-07-16 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * s/gnu-linux.h: Remove boilerplate comments.
4
3 * m/alpha.h (__ELF__): Consolidate conditions. 5 * m/alpha.h (__ELF__): Consolidate conditions.
4 6
5 * m/m68k.h (linux): Use GNU_LINUX instead. 7 * m/m68k.h (linux): Use GNU_LINUX instead.
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 445694987fd..b21a84b5e34 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -25,9 +25,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
25 * Define all the symbols that apply correctly. 25 * Define all the symbols that apply correctly.
26 */ 26 */
27 27
28/* #define USG5 */
29#define USG 28#define USG
30/* #define BSD_SYSTEM */
31#define GNU_LINUX 29#define GNU_LINUX
32 30
33/* SYSTEM_TYPE should indicate the kind of system you are using. 31/* SYSTEM_TYPE should indicate the kind of system you are using.