]> andersk Git - splint.git/blobdiff - src/constraintOutput.c
Lots of changes. Code is mostly annotated. Still lots of breaken stuff though.
[splint.git] / src / constraintOutput.c
index 6b89d15a4ab88106c0d165443c9e638904ea3845..51294c11df724e8b7e474fb52a5c04018f39019c 100644 (file)
 //FLG_BUFF
 //FLG_NULLTERMINATED
 
-void ConPrint (char * string, fileloc loc)
-{
-  if (context_getFlag (testingFlag ) )
-    {
-      voptgenerror (testingFlag, string, loc);
-    }
-  
-}
 
-void BPRINTF (char * string)
-{
- if (context_getFlag (testingFlag ) )
-   {
-     DPRINTF( (message ("%s", string) ) );
-   }
-}
This page took 0.029046 seconds and 4 git commands to generate.