changeset 96741:e7299e988a36

Remove boilerplate comments.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 16 Jul 2008 15:52:24 +0000
parents 8ef463253ae5
children 3479c744277b
files src/ChangeLog src/s/gnu-linux.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jul 16 15:50:45 2008 +0000
+++ b/src/ChangeLog	Wed Jul 16 15:52:24 2008 +0000
@@ -1,5 +1,7 @@
 2008-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
 
+	* s/gnu-linux.h: Remove boilerplate comments.
+
 	* m/alpha.h (__ELF__): Consolidate conditions.
 
 	* m/m68k.h (linux): Use GNU_LINUX instead.
--- a/src/s/gnu-linux.h	Wed Jul 16 15:50:45 2008 +0000
+++ b/src/s/gnu-linux.h	Wed Jul 16 15:52:24 2008 +0000
@@ -25,9 +25,7 @@
  *	Define all the symbols that apply correctly.
  */
 
-/* #define USG5 */
 #define USG
-/* #define BSD_SYSTEM */
 #define GNU_LINUX
 
 /* SYSTEM_TYPE should indicate the kind of system you are using.