Add include of string.h
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Apr 2003 16:57:58 +0000 (16:57 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 14 Apr 2003 16:57:58 +0000 (16:57 +0000)
util/version.c
util/yaz-comp

index 050659d..1641d8d 100644 (file)
@@ -3,12 +3,13 @@
  * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
  *
- * $Id: version.c,v 1.1 2003-02-18 14:28:53 adam Exp $
+ * $Id: version.c,v 1.2 2003-04-14 16:57:58 adam Exp $
  */
 #if HAVE_CONFIG_H
 #include <config.h>
 #endif
 
+#include <string.h>
 #include <yaz/yaz-version.h>
 
 unsigned long yaz_version(char *version_str, char *sys_str)
index 644b187..ff5286a 100755 (executable)
@@ -7,7 +7,10 @@ exec tclsh "$0" "$@"
 # See the file LICENSE for details.
 #
 # $Log: yaz-comp,v $
-# Revision 1.2  2001-02-21 13:46:54  adam
+# Revision 1.3  2003-04-14 16:57:58  adam
+# Add include of string.h
+#
+# Revision 1.2  2001/02/21 13:46:54  adam
 # C++ fixes.
 #
 # Revision 1.1  2000/03/02 08:48:20  adam
@@ -761,6 +764,7 @@ proc asnOf {name tag implicit tagtype isset} {
     lappend l "\t\treturn opt && odr_ok(o);"
     if {[string length $tag]} {
         if {$implicit} {
+               lappend l "\t/* ---- IMPLICIT ---- */"
             lappend l "\todr_implicit_settag (o, $tagtype, $tag);"
         } else {
             asnWarning "Constructed SEQUENCE/SET OF not handled"