* gmon.h: Replace #elif with #else/#endif.
authorIan Lance Taylor <ian@airs.com>
Fri, 30 Aug 1996 16:19:15 +0000 (16:19 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 30 Aug 1996 16:19:15 +0000 (16:19 +0000)
gprof/ChangeLog
gprof/gmon.h

index 4b8743b..3c16129 100644 (file)
@@ -1,3 +1,7 @@
+Fri Aug 30 12:16:11 1996  Ian Lance Taylor  <ian@cygnus.com>
+
+       * gmon.h: Replace #elif with #else/#endif.
+
 Thu Aug 29 17:04:10 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
index 488f11e..4d45704 100644 (file)
@@ -47,11 +47,13 @@ struct raw_phdr
      * a size that is a multiple of 8.
      */
     char pad[4];
-#elif defined (BSD44_FORMAT)
+#else
+#ifdef BSD44_FORMAT
     char version[4];                   /* version number */
     char profrate[4];                  /* profiling clock rate */
     char spare[3*4];                   /* reserved */
 #endif
+#endif
   };
 
 /*