]> andersk Git - splint.git/blobdiff - src/Headers/constraintTerm.h
*** empty log message ***
[splint.git] / src / Headers / constraintTerm.h
index 50f4583ac54cd11a807a78be02358fd0e6d31a4a..e3c703716cf1933be173ffcdbfd98e206ee5b661 100644 (file)
@@ -22,28 +22,13 @@ struct _constraintTerm {
   /*@only@*/ fileloc loc;
   constraintTermValue value;
   constraintTermType kind;
-};
+} ;
 
-
-abst_typedef struct _constraintTerm * constraintTerm;
+abst_typedef struct _constraintTerm *constraintTerm;
 
 extern constraintTermType constraintTerm_getKind (constraintTerm) ;
 extern /*@exposed@*/ sRef constraintTerm_getSRef (constraintTerm) ;
 
-extern /*@falsenull@*/ bool constraintTerm_isDefined (constraintTerm p_e) /*@*/;
-extern /*@unused@*/ /*@truenull@*/ bool constraintTerm_isUndefined (constraintTerm p_e) /*@*/ ;
-extern /*@unused@*/ /*@truenull@*/ bool constraintTerm_isError (constraintTerm p_e) /*@*/ ;
-
-/*@constant null constraintTerm constraintTerm_undefined; @*/
-
-# define constraintTerm_undefined ((constraintTerm)NULL)
-
-# define constraintTerm_isDefined(e)        ((e) != constraintTerm_undefined)
-# define constraintTerm_isUndefined(e)      ((e) == constraintTerm_undefined)
-# define constraintTerm_isError(e)          ((e) == constraintTerm_undefined)
-
-
-
 void constraintTerm_free (/*@only@*/ constraintTerm term);
 
 constraintTerm constraintTerm_simplify (/*@returned@*/ constraintTerm term) /*@modifies term@*/ ;
This page took 0.04935 seconds and 4 git commands to generate.