This commit is contained in:
Jim Meyering
1997-10-04 01:43:13 +00:00
parent 792a091d75
commit a1faaa73d3
+9
View File
@@ -0,0 +1,9 @@
#undef __P
#if defined (__STDC__) && __STDC__
# define __P(x) x
#else
# define __P(x) ()
#endif
char *
savedir __P((const char *dir, unsigned name_size));