* src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
[fw/sdcc] / src / SDCCset.h
index 39328e635f11cc9a5004fa1f1236b3f4b996e6f0..ea503e5738fc795e50df908d012cf233402a9f97 100644 (file)
@@ -80,5 +80,6 @@ void *setFirstItem (set *);
 void *setNextItem (set *);
 void setToNull (void **);
 set *reverseSet (set *);
+void deleteSet(set **s);
 
 #endif