Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/symal
diff options
context:
space:
mode:
authorHieu Hoang <hieu@hoang.co.uk>2013-06-20 15:50:41 +0400
committerHieu Hoang <hieu@hoang.co.uk>2013-06-20 15:50:41 +0400
commitdc33fa3d3dc40eeb41acaec8046aba624894e5ae (patch)
tree756df6a507bb3b7488b4e17c36939906ec2c3ad5 /symal
parente3f9a5be9bbadb46fc6658adfc38c8c8648070b3 (diff)
redo parsing of feature function parameters
Diffstat (limited to 'symal')
-rw-r--r--symal/cmd.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/symal/cmd.h b/symal/cmd.h
index a728dda78..01a00abc0 100644
--- a/symal/cmd.h
+++ b/symal/cmd.h
@@ -33,14 +33,14 @@ extern "C" {
#endif
#if defined(__STDC__)
-int DeclareParams(char *, ...);
+ int DeclareParams(char *, ...);
#else
-int DeclareParams();
+ int DeclareParams();
#endif
-int GetParams(int *n, char ***a,char *CmdFileName),
- SPrintParams(),
- PrintParams();
+ int GetParams(int *n, char ***a,char *CmdFileName),
+ SPrintParams(),
+ PrintParams();
#ifdef __cplusplus
}