]> granicus.if.org Git - yasm/commitdiff
Add a \warning that yasm_vps_delete() deletes all val/params.
authorPeter Johnson <peter@tortall.net>
Tue, 8 Jul 2003 02:51:39 +0000 (02:51 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 8 Jul 2003 02:51:39 +0000 (02:51 -0000)
svn path=/trunk/yasm/; revision=989

libyasm/valparam.h

index c8e42f30d49ff24fe2d8db73967cc52280fe6465..5a20e681d49358b238a25842b9c94aade28e5500 100644 (file)
@@ -62,6 +62,7 @@ void yasm_vps_initialize(/*@out@*/ yasm_valparamhead *headp);
 #endif
 
 /** Destroy (free allocated memory for) linked list of valparams.
+ * \warning Deletes val/params.
  * \param headp        linked list
  */
 void yasm_vps_delete(yasm_valparamhead *headp);