* gdbint.texinfo (Host Definition): Remove description of R_OK.
[deliverable/binutils-gdb.git] / gprof / gprof.c
index 2ceafd50f416cdae1a9cf8be3f10ef21e7ad2dad..2ed37a3f9c68ca404db93c9dafdd40b19a6cb2a0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1983, 1998 Regents of the University of California.
+ * Copyright (c) 1983, 1998, 2001 Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
@@ -429,18 +429,18 @@ This program is free software.  This program has absolutely no warranty.\n"));
          if (optarg != NULL)
            {
              enum demangling_styles style;
-             
+
              style = cplus_demangle_name_to_style (optarg);
-             if (style == unknown_demangling) 
+             if (style == unknown_demangling)
                {
                  fprintf (stderr,
                           _("%s: unknown demangling style `%s'\n"),
                           whoami, optarg);
                  xexit (1);
                }
-             
+
              cplus_demangle_set_style (style);
-           }
+          }
          break;
        case OPTION_NO_DEMANGLE:
          demangle = FALSE;
This page took 0.022731 seconds and 4 git commands to generate.