2000-12-11 Fernando Nasser <fnasser@redhat.com>
[deliverable/binutils-gdb.git] / gdb / main.c
index 9f845a89c5ea02d53af4993e96d0ce1edf1ea749..9ed2e2acf3d6516904ee551ea2324bad6142c8b4 100644 (file)
@@ -105,7 +105,7 @@ captured_command_loop (void *data)
   /* FIXME: cagney/1999-11-05: A correct command_loop() implementaton
      would clean things up (restoring the cleanup chain) to the state
      they were just prior to the call.  Technically, this means that
-     the do_cleanups() below is redundant.  Unfortunatly, many FUNC's
+     the do_cleanups() below is redundant.  Unfortunately, many FUNCs
      are not that well behaved.  do_cleanups should either be replaced
      with a do_cleanups call (to cover the problem) or an assertion
      check to detect bad FUNCs code. */
@@ -349,7 +349,7 @@ captured_main (void *data)
 #ifdef GDBTK
          case 'z':
            {
-             extern int gdbtk_test PARAMS ((char *));
+extern int gdbtk_test (char *);
              if (!gdbtk_test (optarg))
                {
                  fprintf_unfiltered (gdb_stderr, "%s: unable to load tclcommand file \"%s\"",
This page took 0.023131 seconds and 4 git commands to generate.