From: Joshua Colp Date: Sun, 18 Feb 2007 19:13:17 +0000 (+0000) Subject: Return GSM to a state where it actually builds under dev mode. X-Git-Tag: 1.6.0-beta1~3^2~3171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ca635f3407b29066aa87fd8d69615b3611dadea0;p=thirdparty%2Fasterisk.git Return GSM to a state where it actually builds under dev mode. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@55352 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/codecs/gsm/inc/proto.h b/codecs/gsm/inc/proto.h index 87cf05e8a7..68e1ecf052 100644 --- a/codecs/gsm/inc/proto.h +++ b/codecs/gsm/inc/proto.h @@ -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