summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-15 06:52:07 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-15 06:52:07 +0000
commit125b3002744de054375c4f69f1a94bfb4fcf486d (patch)
tree40e90a5c3b03ea710383b0425ee2cd978880a22f /lib
parent18302d9644f002ef1ee18750094be595fb4839fd (diff)
downloadgnulib-125b3002744de054375c4f69f1a94bfb4fcf486d.tar.gz
Undo previous change.
Diffstat (limited to 'lib')
-rw-r--r--lib/strtoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtoll.c b/lib/strtoll.c
index 44f0970cf7..f61f5ada64 100644
--- a/lib/strtoll.c
+++ b/lib/strtoll.c
@@ -16,7 +16,7 @@
with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-#define QUAD 1
+#define QUAD 1
#include <strtol.c>