diff options
Diffstat (limited to 'src/symcoord.c')
| -rw-r--r-- | src/symcoord.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/symcoord.c b/src/symcoord.c index 20d7c28..8ea4dfd 100644 --- a/src/symcoord.c +++ b/src/symcoord.c | |||
| @@ -28,14 +28,14 @@ static uint64_t transform_drudfin_noE_sym16(Trans t, uint64_t ind); | |||
| 28 | static uint64_t transform_nxopt31(Trans t, uint64_t ind); | 28 | static uint64_t transform_nxopt31(Trans t, uint64_t ind); |
| 29 | 29 | ||
| 30 | static void gensym(SymData *sd); | 30 | static void gensym(SymData *sd); |
| 31 | static void init_symc_moves(); | 31 | static void init_symc_moves(void); |
| 32 | static void init_symc_trans(); | 32 | static void init_symc_trans(void); |
| 33 | static bool read_symdata_file(SymData *sd); | 33 | static bool read_symdata_file(SymData *sd); |
| 34 | static bool read_symc_moves_file(); | 34 | static bool read_symc_moves_file(void); |
| 35 | static bool read_symc_trans_file(); | 35 | static bool read_symc_trans_file(void); |
| 36 | static bool write_symdata_file(SymData *sd); | 36 | static bool write_symdata_file(SymData *sd); |
| 37 | static bool write_symc_moves_file(); | 37 | static bool write_symc_moves_file(void); |
| 38 | static bool write_symc_trans_file(); | 38 | static bool write_symc_trans_file(void); |
| 39 | 39 | ||
| 40 | /* Some tables ***************************************************************/ | 40 | /* Some tables ***************************************************************/ |
| 41 | 41 | ||
| @@ -428,7 +428,7 @@ read_symdata_file(SymData *sd) | |||
| 428 | } | 428 | } |
| 429 | 429 | ||
| 430 | static bool | 430 | static bool |
| 431 | read_symc_moves_file() | 431 | read_symc_moves_file(void) |
| 432 | { | 432 | { |
| 433 | init_env(); | 433 | init_env(); |
| 434 | 434 | ||
| @@ -460,7 +460,7 @@ read_symc_moves_file() | |||
| 460 | } | 460 | } |
| 461 | 461 | ||
| 462 | static bool | 462 | static bool |
| 463 | read_symc_trans_file() | 463 | read_symc_trans_file(void) |
| 464 | { | 464 | { |
| 465 | init_env(); | 465 | init_env(); |
| 466 | 466 | ||
| @@ -516,7 +516,7 @@ write_symdata_file(SymData *sd) | |||
| 516 | } | 516 | } |
| 517 | 517 | ||
| 518 | static bool | 518 | static bool |
| 519 | write_symc_moves_file() | 519 | write_symc_moves_file(void) |
| 520 | { | 520 | { |
| 521 | init_env(); | 521 | init_env(); |
| 522 | 522 | ||
| @@ -548,7 +548,7 @@ write_symc_moves_file() | |||
| 548 | } | 548 | } |
| 549 | 549 | ||
| 550 | static bool | 550 | static bool |
| 551 | write_symc_trans_file() | 551 | write_symc_trans_file(void) |
| 552 | { | 552 | { |
| 553 | init_env(); | 553 | init_env(); |
| 554 | 554 | ||
| @@ -577,7 +577,7 @@ write_symc_trans_file() | |||
| 577 | } | 577 | } |
| 578 | 578 | ||
| 579 | static void | 579 | static void |
| 580 | init_symc_moves() | 580 | init_symc_moves(void) |
| 581 | { | 581 | { |
| 582 | uint64_t i, ii, coo; | 582 | uint64_t i, ii, coo; |
| 583 | Move j; | 583 | Move j; |
| @@ -609,7 +609,7 @@ init_symc_moves() | |||
| 609 | } | 609 | } |
| 610 | 610 | ||
| 611 | void | 611 | void |
| 612 | init_symc_trans() | 612 | init_symc_trans(void) |
| 613 | { | 613 | { |
| 614 | uint64_t i; | 614 | uint64_t i; |
| 615 | int j, cp; | 615 | int j, cp; |
| @@ -666,7 +666,7 @@ init_symc_trans() | |||
| 666 | } | 666 | } |
| 667 | 667 | ||
| 668 | void | 668 | void |
| 669 | init_symcoord() | 669 | init_symcoord(void) |
| 670 | { | 670 | { |
| 671 | int i; | 671 | int i; |
| 672 | 672 | ||
