projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ebf365
)
Return GSM to a state where it actually builds under dev mode.
author
Joshua Colp
<jcolp@digium.com>
Sun, 18 Feb 2007 19:13:17 +0000
(19:13 +0000)
committer
Joshua Colp
<jcolp@digium.com>
Sun, 18 Feb 2007 19:13:17 +0000
(19:13 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@55352
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
codecs/gsm/inc/proto.h
patch
|
blob
|
history
diff --git
a/codecs/gsm/inc/proto.h
b/codecs/gsm/inc/proto.h
index
87cf05e
..
68e1ecf
100644
(file)
--- 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