]> andersk Git - splint.git/blobdiff - src/Headers/general.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / general.h
index 39cf84f841357d004accebf69167a080887792d4..e711a6834e6aef757cf305c753ce8de20b193dd1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
 ** See ../LICENSE for license information.
 **
 */
@@ -26,10 +26,8 @@ extern void sfree (/*@out@*/ /*@only@*/ /*@null@*/ void *p_x) /*@modifies *p_x@*
 # include "cstring.h"
 # include "bool.h"
 
-# define getStringWord(s)     (cstring_fromChars(getWord(s)))
-
-extern /*@out@*/ /*@only@*/ void *dimalloc  (size_t p_size, char *p_name, int p_line);
-extern /*@only@*/ void *dicalloc  (size_t p_num, size_t p_size, char *p_name, int p_line);
+extern /*@out@*/ /*@only@*/ void *dimalloc  (size_t p_size, const char *p_name, int p_line);
+extern /*@only@*/ void *dicalloc  (size_t p_num, size_t p_size, const char *p_name, int p_line);
 extern /*@notnull@*/ /*@out@*/ /*@only@*/ void *
   direalloc (/*@returned@*/ /*@only@*/ /*@out@*/ /*@null@*/ void *p_x, 
             size_t p_size, char *p_name, int p_line);
This page took 0.071804 seconds and 4 git commands to generate.