From f117a23cbc40bfce4fd9b8affe99b13f5180e9d4 Mon Sep 17 00:00:00 2001 From: buraq Date: Tue, 2 Mar 2004 15:48:26 +0000 Subject: command line option -Xmarkup --- sources/scalac/CompilerCommand.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sources/scalac/CompilerCommand.java') diff --git a/sources/scalac/CompilerCommand.java b/sources/scalac/CompilerCommand.java index b51649e6d1..12472e5d5b 100644 --- a/sources/scalac/CompilerCommand.java +++ b/sources/scalac/CompilerCommand.java @@ -78,6 +78,7 @@ public class CompilerCommand extends CommandParser { * are subject to change without notice. */ public final BooleanOptionParser Xshortname; + public final BooleanOptionParser Xmarkup; //######################################################################## // Public Constructors @@ -219,6 +220,10 @@ public class CompilerCommand extends CommandParser { "Xshortname", "Display short file names in error reports", false), + this.Xmarkup = new BooleanOptionParser(this, + "Xmarkup", "Allow XML markup in expressions and patterns", + false), + this.unknown_options = new UnknownOptionParser(this), this.files = new ScalaFileArgumentParser(this), -- cgit v1.2.3