From 672348d277b54d10f279a9e2834e4917a0641505 Mon Sep 17 00:00:00 2001 From: Martin Nilsson <mani@lysator.liu.se> Date: Sun, 7 May 2000 20:36:59 +0200 Subject: [PATCH] Fix for windows Rev: lib/modules/Protocols.pmod/Line.pmod:1.9 Rev: lib/modules/Protocols.pmod/X.pmod/Xlib.pmod:1.39 --- lib/modules/Protocols.pmod/Line.pmod | 4 ++-- lib/modules/Protocols.pmod/X.pmod/Xlib.pmod | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/modules/Protocols.pmod/Line.pmod b/lib/modules/Protocols.pmod/Line.pmod index 4b4640f51c..50dd4a3bf4 100644 --- a/lib/modules/Protocols.pmod/Line.pmod +++ b/lib/modules/Protocols.pmod/Line.pmod @@ -1,5 +1,5 @@ /* - * $Id: Line.pmod,v 1.8 1998/10/16 17:14:19 nisse Exp $ + * $Id: Line.pmod,v 1.9 2000/05/07 18:36:36 nilsson Exp $ * * Line-buffered protocol handling. * @@ -106,7 +106,7 @@ class simple _handle_command(line); } - object(ADT.queue) send_q = ADT.queue(); + object(ADT.Queue) send_q = ADT.Queue(); static string write_buffer = ""; static void write_callback(mixed ignored) diff --git a/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod b/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod index abe0156987..57b8264032 100644 --- a/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod +++ b/lib/modules/Protocols.pmod/X.pmod/Xlib.pmod @@ -1,6 +1,6 @@ /* Xlib.pmod * - * $Id: Xlib.pmod,v 1.38 1999/04/24 00:17:20 mirar Exp $ + * $Id: Xlib.pmod,v 1.39 2000/05/07 18:36:59 nilsson Exp $ */ /* @@ -796,7 +796,7 @@ class Display buffer = ""; received = rec_buffer(); pending_requests = ([]); - pending_actions = ADT.queue(); + pending_actions = ADT.Queue(); sequence_number = 1; /* Always uses network byteorder (big endian) */ -- GitLab