From: Erkin Alp Güney Date: Sun, 8 Mar 2015 16:36:45 +0000 (+0200) Subject: modified factor X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=bb97616c33822cbf54e410bfc56669c4cb764098;p=FUZIX.git modified factor --- diff --git a/Applications/util/factor.c b/Applications/util/factor.c index a2583b2c..5bba32ce 100644 --- a/Applications/util/factor.c +++ b/Applications/util/factor.c @@ -14,11 +14,6 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -(Note: some build infrastructure in the kconfig directory is still GPLv2, -cleaning that out is a TODO item, but it doesn't affect the resulting -binary.) -USE_FACTOR(NEWTOY(factor, 0, TOYFLAG_USR|TOYFLAG_BIN)) - config FACTOR bool "factor" default y