From 5d9f23db98f003b14cc4f47b7c92c414131b780f Mon Sep 17 00:00:00 2001 From: Patrick Li Date: Fri, 10 Apr 2015 15:03:07 -0700 Subject: Updated Stanza --- src/main/stanza/widthsolver.stanza | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/stanza/widthsolver.stanza') diff --git a/src/main/stanza/widthsolver.stanza b/src/main/stanza/widthsolver.stanza index 4c9da2c6..2b967f44 100644 --- a/src/main/stanza/widthsolver.stanza +++ b/src/main/stanza/widthsolver.stanza @@ -1,12 +1,12 @@ ;Define the STANDALONE flag to run STANDALONE -if-defined(STANDALONE) : - include<"core/stringeater.stanza"> - include<"compiler/lexer.stanza"> +#if-defined(STANDALONE) : + #include<"core/stringeater.stanza"> + #include<"compiler/lexer.stanza"> defpackage widthsolver : import core import verse - import stanza.lexer + import stz/lexer ;============= Language of Constraints ====================== public definterface WConstraint @@ -286,7 +286,7 @@ public defn solve-widths (cs: Streamable) : backsubstitute(keys(eqns), solns) ;================= Main ===================================== -if-defined(STANDALONE) : +#if-defined(STANDALONE) : defn main () : val input = lex(commandline-arguments()) error("No input file!") when length(input) < 2 -- cgit v1.2.3