]> andersk Git - splint.git/blobdiff - src/clabstract.c
Updteing for cert move
[splint.git] / src / clabstract.c
index 0586a4ef95a8114048b159b89f1d9487780a0c84..718c7754a4aefa8308fb2fa5f4345a7ab87172c4 100644 (file)
@@ -631,14 +631,14 @@ static /*@dependent@*/ uentryList currentParamList;
    of constraints.
    Currently the only constraints gnerated are MaxSet(p) >= 0 for all pointers
 */
-void  setImplictfcnConstraints ()
+void  setImplictfcnConstraints (void)
 {
   uentryList params;
   sRef s;
   constraint c;
   params = currentParamList;
 
-  implicitFcnConstraints  = constraint_makeNew();
+  implicitFcnConstraints  = constraintList_makeNew();
   
   uentryList_elements (params, el)
     {
This page took 0.096607 seconds and 4 git commands to generate.