mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@11382 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
71a8b72688
commit
ba41459a1a
3 changed files with 14 additions and 29 deletions
|
|
@ -11,25 +11,12 @@ file
|
||||||
main.cpp,
|
main.cpp,
|
||||||
SVG readonly separator,
|
SVG readonly separator,
|
||||||
svg\altum_angelfish_01.svg,
|
svg\altum_angelfish_01.svg,
|
||||||
svg\bored_dog_01.svg,
|
|
||||||
svg\brown_fish_01.svg,
|
svg\brown_fish_01.svg,
|
||||||
svg\filltest.svg,
|
|
||||||
svg\gradient2.svg,
|
|
||||||
svg\gradient-alignment.svg,
|
|
||||||
svg\matrix.svg,
|
svg\matrix.svg,
|
||||||
svg\polys.svg,
|
|
||||||
svg\anne.svg,
|
svg\anne.svg,
|
||||||
svg\transparency.svg,
|
|
||||||
svg\tux.svg,
|
svg\tux.svg,
|
||||||
svg\radialgradient1.svg,
|
|
||||||
svg\rg1024_Presentation_with_girl.svg,
|
svg\rg1024_Presentation_with_girl.svg,
|
||||||
svg\dashtest.svg,
|
svg\yinyang.svg;
|
||||||
svg\radialgradient2.svg,
|
|
||||||
svg\shapes-polygon-01-t.svg,
|
|
||||||
svg\twitter2.svg,
|
|
||||||
svg\twitter.svg,
|
|
||||||
svg\yinyang.svg,
|
|
||||||
svg\batik70.svg;
|
|
||||||
|
|
||||||
mainconfig
|
mainconfig
|
||||||
"" = "GUI";
|
"" = "GUI";
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,6 @@ using namespace Upp;
|
||||||
|
|
||||||
int main(int argc, const char *argv[])
|
int main(int argc, const char *argv[])
|
||||||
{
|
{
|
||||||
int n;
|
|
||||||
VectorMap<String, int> map;
|
VectorMap<String, int> map;
|
||||||
Cout() << " lines words bytes file\n";
|
Cout() << " lines words bytes file\n";
|
||||||
int total_lines = 0;
|
int total_lines = 0;
|
||||||
|
|
|
||||||
|
|
@ -1,14 +1,13 @@
|
||||||
description "Word-count utility";
|
description "Word-count utility\377";
|
||||||
|
|
||||||
optimize_speed;
|
uses
|
||||||
|
Core;
|
||||||
uses
|
|
||||||
Core;
|
file
|
||||||
|
wc.cpp;
|
||||||
file
|
|
||||||
wc.cpp;
|
mainconfig
|
||||||
|
"" = "",
|
||||||
mainconfig
|
"" = "USEMALLOC",
|
||||||
"" = "",
|
"" = "MT";
|
||||||
"" = "USEMALLOC",
|
|
||||||
"" = "MT";
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue