summaryrefslogtreecommitdiff
path: root/lib/xstrtoumax.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2003-08-16 07:04:42 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2003-08-16 07:04:42 +0000
commit89ed813d8e25c8e83cff139a373d06a1ed6bdcc8 (patch)
tree3e11d70277a37aeac4926b7e04bed7b28cedd031 /lib/xstrtoumax.c
parenta83f0239e5027272c6f5b38fa2d06e96675d81dc (diff)
downloadgnulib-89ed813d8e25c8e83cff139a373d06a1ed6bdcc8.tar.gz
#else #if -> #elif
Diffstat (limited to 'lib/xstrtoumax.c')
-rw-r--r--lib/xstrtoumax.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/xstrtoumax.c b/lib/xstrtoumax.c
index 3237f85334..59d6ecf5cd 100644
--- a/lib/xstrtoumax.c
+++ b/lib/xstrtoumax.c
@@ -1,5 +1,5 @@
/* xstrtoumax.c -- A more useful interface to strtoumax.
- Copyright 1999, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2003 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
@@ -23,10 +23,8 @@
#if HAVE_INTTYPES_H
# include <inttypes.h>
-#else
-# if HAVE_STDINT_H
-# include <stdint.h>
-# endif
+#elif HAVE_STDINT_H
+# include <stdint.h>
#endif
#define __strtol strtoumax