X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fana2%2Fpto_name.c;h=10271141c88cbafbe6d89a7e04fa94aa22059077;hb=7bc3861ada78b88c3d45ef6b1042f7265695da79;hp=1c59bb7e4a770fa530fd916ea015032f5f1c37ae;hpb=006c83e83f80c1c385db8121390e5fd69c3069b0;p=libfirm diff --git a/ir/ana2/pto_name.c b/ir/ana2/pto_name.c index 1c59bb7e4..10271141c 100644 --- a/ir/ana2/pto_name.c +++ b/ir/ana2/pto_name.c @@ -8,7 +8,7 @@ Modified by: Created: Sat Nov 13 19:35:27 CET 2004 CVS-ID: $Id$ - Copyright: (c) 1999-2004 Universität Karlsruhe + Copyright: (c) 1999-2004 Universit�t Karlsruhe Licence: This file is protected by the GPL - GNU GENERAL PUBLIC LICENSE. */ @@ -24,7 +24,11 @@ # include "pto_name.h" # include "pto_util.h" +#include + +#ifdef HAVE_STRING_H # include /* for memcpy */ +#endif # include # include @@ -654,6 +658,18 @@ void pto_name_cleanup (void) /* $Log$ + Revision 1.17 2005/12/16 16:59:54 grund + *** empty log message *** + + Revision 1.16 2005/12/05 12:19:54 beck + added missing include (not anymore included in libFirm) + + Revision 1.15 2005/03/02 10:14:38 beck + placed a return on all execution pathes + + Revision 1.14 2005/02/17 08:45:38 liekweg + Don't return a value for an invalid descriptor + Revision 1.13 2005/02/11 10:21:28 beck get_entry now always returns a value