[thirdparty-commits] seanbright: editline/trunk r166 - in /editline/trunk/np: unvis.c vis.c
SVN commits to the Digium third-party software repository
thirdparty-commits at lists.digium.com
Mon Mar 22 12:23:01 CDT 2010
Author: seanbright
Date: Mon Mar 22 12:22:57 2010
New Revision: 166
URL: http://svnview.digium.com/svn/thirdparty?view=rev&rev=166
Log:
Silence a few more warnings.
Modified:
editline/trunk/np/unvis.c
editline/trunk/np/vis.c
Modified: editline/trunk/np/unvis.c
URL: http://svnview.digium.com/svn/thirdparty/editline/trunk/np/unvis.c?view=diff&rev=166&r1=165&r2=166
==============================================================================
--- editline/trunk/np/unvis.c (original)
+++ editline/trunk/np/unvis.c Mon Mar 22 12:22:57 2010
@@ -64,7 +64,7 @@
"warning: reference to compatibility unvis(); include <vis.h> for correct reference")
#endif
-#if !HAVE_VIS_H
+#ifndef HAVE_VIS_H
/*
* decode driven by state machine
*/
Modified: editline/trunk/np/vis.c
URL: http://svnview.digium.com/svn/thirdparty/editline/trunk/np/vis.c?view=diff&rev=166&r1=165&r2=166
==============================================================================
--- editline/trunk/np/vis.c (original)
+++ editline/trunk/np/vis.c Mon Mar 22 12:22:57 2010
@@ -60,7 +60,7 @@
__weak_alias(vis,_vis)
#endif
-#if !HAVE_VIS_H
+#ifndef HAVE_VIS_H
#include <ctype.h>
#include <limits.h>
#include <stdio.h>
More information about the thirdparty-commits
mailing list