aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/gsm
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-18 19:13:17 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-02-18 19:13:17 +0000
commit5623241a750507e90fd830c1f85c5fb6b76d71ae (patch)
tree913abe35007c34723f815348842709dae85397d9 /codecs/gsm
parent8adf5e3aa6a02ee824d0797956dd4bcb633ca54f (diff)
Return GSM to a state where it actually builds under dev mode.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@55352 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/gsm')
-rw-r--r--codecs/gsm/inc/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/codecs/gsm/inc/proto.h b/codecs/gsm/inc/proto.h
index 87cf05e8a..68e1ecf05 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