]> andersk Git - splint.git/blobdiff - src/structNames.c
Fixed internal bug reporting for redefinition of __func__
[splint.git] / src / structNames.c
index 5d0997418ff7f4cb96c8cc503eb0e9068699500e..64a4075e65475f0706bef61e9e895e55fddffb4a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Splint - annotation-assisted static program checker
-** Copyright (C) 1994-2002 University of Virginia,
+** Copyright (C) 1994-2003 University of Virginia,
 **         Massachusetts Institute of Technology
 **
 ** This program is free software; you can redistribute it and/or modify it
@@ -141,7 +141,7 @@ void setTagNo (unsigned int n)
 
 bool isFakeTag (cstring s)
 {
-  int length = cstring_length (s);
+  size_t length = cstring_length (s);
 
   return ((length >= 1 && cstring_firstChar (s) == '!')
          || (length >= 2 && cstring_getChar (s, 2) == '!'));
This page took 0.129149 seconds and 4 git commands to generate.