* configure: Rebuild with autoconf 2.8.
[deliverable/binutils-gdb.git] / gprof / ns532.h
index 6e6d3498d79fc72f5f585b9f5527caaedcc6bfa6..2fa22334e0311b4cb09b5b0a0a2fff7ba537404b 100644 (file)
  */
 
 /*
- * dummy.h -- This file should be used when a processor is not yet supported.
+ *        offset (in bytes) of the code from the entry address of a routine.
+ *  (see asgnsamples for use and explanation.)
  */
-
-    /*
-     * offset (in bytes) of the code from the entry address of a routine.
-     * (see asgnsamples for use and explanation.)
-     */
 #ifdef MACH
 #include <machine/mach_param.h>
 #define hertz() (HZ)
@@ -48,5 +44,8 @@
 #define OFFSET_OF_CODE 0
 #define        UNITS_TO_CODE   (OFFSET_OF_CODE / sizeof(UNIT))
 
-enum opermodes { dummy };
-typedef enum opermodes operandenum;
+enum opermodes
+  {
+    dummy
+  };
+typedef enum opermodes operandenum;
This page took 0.024436 seconds and 4 git commands to generate.