libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2001-10-libtool-need_uscore-typo.patch


From: Guido Draheim
Subject: 2001-10-libtool-need_uscore-typo.patch
Date: Fri, 05 Oct 2001 14:58:11 +0200

... while copying parts of a macro I noticed something called an "underscode" 
;-)
Index: ltdl.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/ltdl.m4,v
retrieving revision 1.37
diff -u -r1.37 ltdl.m4
--- ltdl.m4     2001/09/22 16:43:43     1.37
+++ ltdl.m4     2001/10/05 12:54:42
@@ -355,7 +355,7 @@
 
 if test x"$libltdl_cv_need_uscore" = xyes; then
   AC_DEFINE(NEED_USCORE, 1,
-    [Define if dlsym() requires a leading underscode in symbol names.])
+    [Define if dlsym() requires a leading underscore in symbol names.])
 fi
 ])# AC_LTDL_DLSYM_USCORE
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]