mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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
This commit is contained in:
@@ -9,11 +9,11 @@
|
|||||||
#ifndef PROTO_H
|
#ifndef PROTO_H
|
||||||
#define PROTO_H
|
#define PROTO_H
|
||||||
|
|
||||||
#if __cplusplus
|
#ifdef __cplusplus
|
||||||
# define NeedFunctionPrototypes 1
|
# define NeedFunctionPrototypes 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __STDC__
|
#ifdef __STDC__
|
||||||
# define NeedFunctionPrototypes 1
|
# define NeedFunctionPrototypes 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user