summaryrefslogtreecommitdiff
path: root/src/factor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/factor.c')
-rw-r--r--src/factor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/factor.c b/src/factor.c
index 83cd0a8a5..47273a2bc 100644
--- a/src/factor.c
+++ b/src/factor.c
@@ -1,5 +1,5 @@
/* factor -- print prime factors of n.
- Copyright (C) 86, 1995-2005, 2007-2008 Free Software Foundation, Inc.
+ Copyright (C) 86, 1995-2005, 2007-2009 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -29,9 +29,7 @@
#include <gmp.h>
#endif
-
#include <assert.h>
-#define NDEBUG 1
#include "system.h"
#include "error.h"