diff options
author | Pixel <Pixel> | 2001-04-28 22:26:07 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-04-28 22:26:07 +0000 |
commit | 76c1850b37cebc264ad7e4ad1848b303e2aef928 (patch) | |
tree | 51dfc7fc6542552117b1b671e5a5bea31330e528 | |
parent | 447388dbac66c6518a0f4e4cc3e165b680f532e9 (diff) |
Zop
-rw-r--r-- | po/POTFILES.in | 12 | ||||
-rw-r--r-- | src/Polynom.c (renamed from src/Dumb.c) | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 0266180..a818424 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,3 +1,9 @@ -lib/Dumb.c -src/Dumb.c -include/Dumb.h +lib/exceptions.c +lib/hash.c +lib/main.c +lib/numbers.c +lib/parser.c +lib/pile.c +lib/polynom.c +lib/scalaires.c +src/Polynom.c diff --git a/src/Dumb.c b/src/Polynom.c index 214f749..f87fac6 100644 --- a/src/Dumb.c +++ b/src/Polynom.c @@ -1,4 +1,3 @@ -#include "Dumb.h" #include "config.h" int main(int argc, char ** argv) { @@ -6,6 +5,5 @@ int main(int argc, char ** argv) { bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); - Dumb(); exit(0); } |