Changeset 143


Ignore:
Timestamp:
Dec 19, 2003, 3:35:45 PM (21 years ago)
Author:
Gary Byers
Message:

Change debugger prompt. Still confuses the hell out of ILISP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/lisp-debug.c

    r137 r143  
    1717#include "lisp-exceptions.h"
    1818#include "lisp_globals.h"
    19 #include "lisp-debug.h"
    2019#include "area.h"
    2120#include <ctype.h>
     
    644643  fprintf(stderr, "? for help\n");
    645644  while (state == debug_continue) {
    646     fprintf(stderr, "[%d] OpenMCL kernel debugger> ", main_thread_pid);
     645    fprintf(stderr, "[%d] OpenMCL kernel debugger: ", main_thread_pid);
    647646    state = apply_debug_command(xp, readc(), why);
    648647  }
Note: See TracChangeset for help on using the changeset viewer.