* 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 4b8743b19c427d4b579f1c6fbd8295514754d68c..3c1612936cdce34f60d25e22f5f769917ed34ffc 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 488f11ef8afba04fd501ef42638c431b9145b966..4d45704a3dea60a657b04c550b169fc2e0771406 100644 (file)
@@ -47,10 +47,12 @@ 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
   };