[asterisk-commits] file: trunk r55352 -
/trunk/codecs/gsm/inc/proto.h
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sun Feb 18 12:13:18 MST 2007
Author: file
Date: Sun Feb 18 13:13:17 2007
New Revision: 55352
URL: http://svn.digium.com/view/asterisk?view=rev&rev=55352
Log:
Return GSM to a state where it actually builds under dev mode.
Modified:
trunk/codecs/gsm/inc/proto.h
Modified: trunk/codecs/gsm/inc/proto.h
URL: http://svn.digium.com/view/asterisk/trunk/codecs/gsm/inc/proto.h?view=diff&rev=55352&r1=55351&r2=55352
==============================================================================
--- trunk/codecs/gsm/inc/proto.h (original)
+++ trunk/codecs/gsm/inc/proto.h Sun Feb 18 13:13:17 2007
@@ -9,11 +9,11 @@
#ifndef PROTO_H
#define PROTO_H
-#if __cplusplus
+#ifdef __cplusplus
# define NeedFunctionPrototypes 1
#endif
-#if __STDC__
+#ifdef __STDC__
# define NeedFunctionPrototypes 1
#endif
More information about the asterisk-commits
mailing list