*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / interps.c
index 97befa7033672e6aa58036694b67b40db1fc7667..29cfe202b79f31d68c559255d24250a09e7164e1 100644 (file)
@@ -305,7 +305,7 @@ interp_exec_p (struct interp *interp)
   return interp->procs->exec_proc != NULL;
 }
 
-struct exception
+struct gdb_exception
 interp_exec (struct interp *interp, const char *command_str)
 {
   if (interp->procs->exec_proc != NULL)
@@ -398,7 +398,7 @@ interpreter_exec_cmd (char *args, int from_tty)
 
   for (i = 1; i < nrules; i++)
     {
-      struct exception e = interp_exec (interp_to_use, prules[i]);
+      struct gdb_exception e = interp_exec (interp_to_use, prules[i]);
       if (e.reason < 0)
        {
          interp_set (old_interp);
This page took 0.024973 seconds and 4 git commands to generate.