* Makefile.in (Makefile): Added config.status to dependency list.
[deliverable/binutils-gdb.git] / gprof / dummy.c
index a78caeca21bd0e485abe2a9f1a29e68a0d840d8f..db7d7496adfb4e21023c2fad521984cdb8bfb025 100644 (file)
@@ -8,11 +8,9 @@
  */
 
 void
-DEFUN(find_call, (parent, p_lowpc, p_highpc),
-      Sym *parent AND bfd_vma p_lowpc AND bfd_vma p_highpc)
+DEFUN (find_call, (parent, p_lowpc, p_highpc),
+       Sym * parent AND bfd_vma p_lowpc AND bfd_vma p_highpc)
 {
-    fprintf(stderr, "%s: -c supported on this machine architecture\n",
-           whoami);
-} /* find_call */
-
-                       /*** end of dummy.c ***/
+  fprintf (stderr, "%s: -c supported on this machine architecture\n",
+          whoami);
+}
This page took 0.023384 seconds and 4 git commands to generate.