From ba41459a1aac009b9ae8a3d8b3026dcb361b04ab Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 15 Oct 2017 08:58:44 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@11382 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- examples/SVGView/SVGView.upp | 15 +-------------- examples/wc/wc.cpp | 1 - examples/wc/wc.upp | 27 +++++++++++++-------------- 3 files changed, 14 insertions(+), 29 deletions(-) diff --git a/examples/SVGView/SVGView.upp b/examples/SVGView/SVGView.upp index b9ab39dda..6f32ea641 100644 --- a/examples/SVGView/SVGView.upp +++ b/examples/SVGView/SVGView.upp @@ -11,25 +11,12 @@ file main.cpp, SVG readonly separator, svg\altum_angelfish_01.svg, - svg\bored_dog_01.svg, svg\brown_fish_01.svg, - svg\filltest.svg, - svg\gradient2.svg, - svg\gradient-alignment.svg, svg\matrix.svg, - svg\polys.svg, svg\anne.svg, - svg\transparency.svg, svg\tux.svg, - svg\radialgradient1.svg, svg\rg1024_Presentation_with_girl.svg, - svg\dashtest.svg, - svg\radialgradient2.svg, - svg\shapes-polygon-01-t.svg, - svg\twitter2.svg, - svg\twitter.svg, - svg\yinyang.svg, - svg\batik70.svg; + svg\yinyang.svg; mainconfig "" = "GUI"; diff --git a/examples/wc/wc.cpp b/examples/wc/wc.cpp index 3c45dfdb8..cb0850556 100644 --- a/examples/wc/wc.cpp +++ b/examples/wc/wc.cpp @@ -8,7 +8,6 @@ using namespace Upp; int main(int argc, const char *argv[]) { - int n; VectorMap map; Cout() << " lines words bytes file\n"; int total_lines = 0; diff --git a/examples/wc/wc.upp b/examples/wc/wc.upp index 7d5d2f150..80c9ef10c 100644 --- a/examples/wc/wc.upp +++ b/examples/wc/wc.upp @@ -1,14 +1,13 @@ -description "Word-count utility"; - -optimize_speed; - -uses - Core; - -file - wc.cpp; - -mainconfig - "" = "", - "" = "USEMALLOC", - "" = "MT"; +description "Word-count utility\377"; + +uses + Core; + +file + wc.cpp; + +mainconfig + "" = "", + "" = "USEMALLOC", + "" = "MT"; +