Remove boilerplate comments.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 16 Jul 2008 15:52:24 +0000 (15:52 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 16 Jul 2008 15:52:24 +0000 (15:52 +0000)
src/ChangeLog
src/s/gnu-linux.h

index 5fbe56b..8228011 100644 (file)
@@ -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.
index 4456949..b21a84b 100644 (file)
@@ -25,9 +25,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
  *     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.