6b5442d0e3
Oberon-2 is clean and simple programming language. This is portable compiler that translates Oberon-2 into bytecode, which can be either interpreted or dynamically translated into machine code. Dynamic translation uses a portable interface modelled on the one in GNU Lightning, but is so far implemented only on x86 machines. The implementation includes a full garbage collector, and comes with profiling tools and a simple GUI debugger. [...] from Alexander Shiryaev (MAINTAINER) with tweaks by me ok landry@
17 lines
559 B
Plaintext
17 lines
559 B
Plaintext
$OpenBSD: patch-debugger_debmain_ml,v 1.1.1.1 2011/01/15 13:07:50 jasper Exp $
|
|
|
|
- Removed in new lablgtk2 version.
|
|
- Looks like it was MacOS-specific anyway.
|
|
|
|
--- debugger/debmain.ml.orig Thu Jan 13 02:26:02 2011
|
|
+++ debugger/debmain.ml Thu Jan 13 02:56:51 2011
|
|
@@ -271,7 +271,7 @@ class main_window () =
|
|
else begin
|
|
let about_item = GMenu.menu_item ~label:"About Obdb" () in
|
|
let _ = about_item#connect#activate self#about in
|
|
- GMain.set_platform_menubar menubar about_item
|
|
+ ()
|
|
end;
|
|
|
|
ignore (peer#event#connect#delete
|