Text archives Help
- From: "James Bigler" <bigler@cs.utah.edu>
- To: manta@sci.utah.edu
- Subject: [Manta] r2075 - trunk/StandAlone
- Date: Fri, 15 Feb 2008 08:19:22 -0700 (MST)
Author: bigler
Date: Fri Feb 15 08:19:21 2008
New Revision: 2075
Modified:
trunk/StandAlone/manta.cc
Log:
StandAlone/manta.cc
We can't barf on unknown commands, because the stack setup is performed
later. I'll have to think about this a little bit more.
Modified: trunk/StandAlone/manta.cc
==============================================================================
--- trunk/StandAlone/manta.cc (original)
+++ trunk/StandAlone/manta.cc Fri Feb 15 08:19:21 2008
@@ -440,6 +440,7 @@
usage(factory);
}
}
+#if 0
else {
// We should barf about unknown commands. For the stack stuff,
args
// should probably be parsed out some other way instead of on the
@@ -447,6 +448,7 @@
cerr << "ERROR: Unknown argument\n";
throw IllegalArgument( string(argv[0]), i, args );
}
+#endif
}
}
catch (Exception& e) {
- [Manta] r2075 - trunk/StandAlone, James Bigler, 02/15/2008
Archive powered by MHonArc 2.6.16.