[vlc-commits] More VIM syntax fixes

Rafaël Carré git at videolan.org
Mon Nov 28 22:11:25 CET 2011


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Nov 28 16:11:11 2011 -0500| [0bfcfc8b38eb01b74c9e756b32fb48f16a7bf55a] | committer: Rafaël Carré

More VIM syntax fixes

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0bfcfc8b38eb01b74c9e756b32fb48f16a7bf55a
---

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index cd5337f..d9d3f1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -551,8 +551,8 @@ AS_IF([test "$ac_cv_type_socklen_t" = no],
  [AC_DEFINE(socklen_t, int)])
 
 dnl Check for struct sockaddr_storage
-AH_TEMPLATE(sockaddr_storage, [Define to `sockaddr' if <sys/socket.h> does not define.])
-AH_TEMPLATE(ss_family, [Define to `sa_family' if <sys/socket.h> does not define.])
+AH_TEMPLATE(sockaddr_storage, [Define to `sockaddr' if <sys/socket.h> does not define.]) dnl ` (fix VIM syntax highlight
+AH_TEMPLATE(ss_family, [Define to `sa_family' if <sys/socket.h> does not define.]) dnl ` (fix VIM syntax highlight
 AC_CACHE_CHECK([for struct sockaddr_storage], ac_cv_struct_sockaddr_storage,
   [AC_TRY_COMPILE(
     [#include <sys/types.h>



More information about the vlc-commits mailing list