From eec4c7366f04aa258bb8b7fcd2bbc90eda1cc271 Mon Sep 17 00:00:00 2001 From: Marc G. Fournier Date: Sun, 30 Aug 1998 19:37:51 +0000 Subject: From: Massimo Dal Zotto Here is a tar file the new directories, which substitute the old ones in contrib. Please remove the old directories array, datetime, miscutil, string and userlock before unpacking the tar file in contrib. Note that as the modules are now installed in lib/modules I install all my sql code in lib/sql. In my opinion also the other contributors should follow these rules. --- contrib/string/string_io.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'contrib/string/string_io.h') diff --git a/contrib/string/string_io.h b/contrib/string/string_io.h index b2af60f62c0..1ac0f2fb165 100644 --- a/contrib/string/string_io.h +++ b/contrib/string/string_io.h @@ -14,7 +14,14 @@ char *c_varcharout(char *s); #if 0 struct varlena *c_textin(char *str); char *c_char16in(char *str); - #endif #endif + +/* + * Local variables: + * tab-width: 4 + * c-indent-level: 4 + * c-basic-offset: 4 + * End: + */ -- cgit v1.2.3