projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
552dcad
)
.
author
Jim Meyering
<jim@meyering.net>
Tue, 29 Oct 1996 13:56:39 +0000
(13:56 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 29 Oct 1996 13:56:39 +0000
(13:56 +0000)
lib/xgetcwd.c
patch
|
blob
|
history
lib/xstrtol.c
patch
|
blob
|
history
diff --git
a/lib/xgetcwd.c
b/lib/xgetcwd.c
index 84164acb3d464043b44dc4f12b21d44490f11c17..3615161a01733a4fa515f04e49f46a8d48e9751e 100644
(file)
--- a/
lib/xgetcwd.c
+++ b/
lib/xgetcwd.c
@@
-1,5
+1,5
@@
/* xgetcwd.c -- return current directory with unlimited length
- Copyright (C) 1992 Free Software Foundation, Inc.
+ Copyright (C) 1992
, 1996
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
diff --git
a/lib/xstrtol.c
b/lib/xstrtol.c
index fe15ebae4ae76d6e2aa42716aee2fefca2f68c98..fea6c4801ae107b78c99e4f83a80942600031e9d 100644
(file)
--- a/
lib/xstrtol.c
+++ b/
lib/xstrtol.c
@@
-18,11
+18,11
@@
/* Written by Jim Meyering. */
#if HAVE_CONFIG_H
-#include <config.h>
+#
include <config.h>
#endif
#if STDC_HEADERS
-#include <stdlib.h>
+#
include <stdlib.h>
#endif
#if HAVE_STRING_H
@@
-146,8
+146,8
@@
__xstrtol (s, ptr, base, val, valid_suffixes)
#ifdef TESTING_XSTRTO
-#include <stdio.h>
-#include "error.h"
+#
include <stdio.h>
+#
include "error.h"
char *program_name;
@@
-175,4
+175,5
@@
main (int argc, char** argv)
}
exit (0);
}
+
#endif /* TESTING_XSTRTO */