summaryrefslogtreecommitdiff
path: root/lib/strtoll.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-15 04:45:43 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-15 04:45:43 +0000
commit6ef9a07334fff72a0f4ae8e548c303fdcc27eee8 (patch)
tree5a7a44abfce8a7af1c05c7cb3405b4f09d3580a9 /lib/strtoll.c
parent6322c57beca9f21d140fe97d2ce14eae8216722d (diff)
downloadgnulib-6ef9a07334fff72a0f4ae8e548c303fdcc27eee8.tar.gz
Sync from coreutils.
* modules/yesno (Depends-on): Add getline. * gethrxtime.c, gethrxtime.h, getpass.h, mountlist.h, path-concat.c, regex.h, strtoll.c, unlocked-io.h, xtime.h: White space changes only. * makepath.c (make_path): Port to hosts where leading "//" is special. * yesno.c: Include getline.h, not ctype.h. (yesno): Don't remove leading white space; POSIX doesn't allow it. Use getline to remove arbitrary restriction on response length.
Diffstat (limited to 'lib/strtoll.c')
-rw-r--r--lib/strtoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtoll.c b/lib/strtoll.c
index f61f5ada64..44f0970cf7 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>