/[libtool]/libtool/libltdl/ltdl.c
ViewVC logotype

Diff of /libtool/libltdl/ltdl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.156 by gary, Thu Sep 6 23:16:04 2001 UTC revision 1.157 by gary, Thu Sep 13 19:43:58 2001 UTC
# Line 86  Foundation, Inc., 59 Temple Place, Suite Line 86  Foundation, Inc., 59 Temple Place, Suite
86  #  include <argz.h>  #  include <argz.h>
87  #endif  #endif
88    
89  /* I have never seen a system without this:  */  #if HAVE_ASSERT_H
90  #include <assert.h>  #  include <assert.h>
91    #else
92    #  define assert(arg)   ((void) 0)
93    #endif
94    
95  #include "ltdl.h"  #include "ltdl.h"
96    

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26