Christophe Weblog Wiki Code Publications Music
stub for swank:operator-arglist
authorChristophe Rhodes <csr21@cantab.net>
Fri, 20 Aug 2010 19:16:00 +0000 (20:16 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Fri, 20 Aug 2010 19:16:00 +0000 (20:16 +0100)
swank.R

diff --git a/swank.R b/swank.R
index f3a85ccc6a8b0d770b9273180bb179e717fc736d..fa910b2abd5d3d918cbaa729ed291df2479e76da 100644 (file)
--- a/swank.R
+++ b/swank.R
@@ -262,6 +262,10 @@ printToString <- function(val) {
   "No Arglist Information"
 }
 
+`swank:operator-arglist` <- function(io, sldbState, op, package) {
+  list()
+}
+
 `swank:throw-to-toplevel` <- function(io, sldbState) {
   condition <- simpleCondition("Throw to toplevel")
   class(condition) <- c("swankTopLevel", class(condition))