]> git.eshelyaron.com Git - emacs.git/commitdiff
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 5fbe56b34b40bb04b8b1b31c52b8904b4befebad..8228011662d3f42c5bf6621e3ff644cf337d6477 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 445694987fdb459feab695742f7b061b655be57b..b21a84b5e34e791ee37fcbb8a1c7191e8c1de90a 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.