|
48 | 48 | function |
49 | 49 | */ |
50 | 50 |
|
51 | | -WORD MakeDirty(WORD *term, WORD *x, WORD par) |
| 51 | +int MakeDirty(WORD *term, WORD *x, WORD par) |
52 | 52 | { |
53 | 53 | WORD *next, *n; |
54 | 54 | if ( !par ) { |
@@ -370,7 +370,7 @@ WORD Symmetrize(PHEAD WORD *func, WORD *Lijst, WORD ngroups, WORD gsize, |
370 | 370 | 1 if they are OK. |
371 | 371 | */ |
372 | 372 |
|
373 | | -WORD CompGroup(PHEAD WORD type, WORD **args, WORD *a1, WORD *a2, WORD num) |
| 373 | +int CompGroup(PHEAD WORD type, WORD **args, WORD *a1, WORD *a2, WORD num) |
374 | 374 | { |
375 | 375 | GETBIDENTITY |
376 | 376 | WORD *t1, *t2, i1, i2, n, k; |
@@ -515,7 +515,7 @@ int FullSymmetrize(PHEAD WORD *fun, int type) |
515 | 515 | >0 -> must have right number of arguments |
516 | 516 | */ |
517 | 517 |
|
518 | | -WORD SymGen(PHEAD WORD *term, WORD *params, WORD num, WORD level) |
| 518 | +int SymGen(PHEAD WORD *term, WORD *params, WORD num, WORD level) |
519 | 519 | { |
520 | 520 | GETBIDENTITY |
521 | 521 | WORD *t, *r, *m; |
@@ -630,7 +630,7 @@ NextGroup:; |
630 | 630 |
|
631 | 631 | */ |
632 | 632 |
|
633 | | -WORD SymFind(PHEAD WORD *term, WORD *params) |
| 633 | +int SymFind(PHEAD WORD *term, WORD *params) |
634 | 634 | { |
635 | 635 | GETBIDENTITY |
636 | 636 | WORD *t, *r, *m; |
@@ -823,7 +823,7 @@ int ChainOut(PHEAD WORD *term, WORD funnum) |
823 | 823 | ?a,?b give a match that later turns out to be useless. |
824 | 824 | */ |
825 | 825 |
|
826 | | -WORD MatchFunction(PHEAD WORD *pattern, WORD *interm, WORD *wilds) |
| 826 | +int MatchFunction(PHEAD WORD *pattern, WORD *interm, WORD *wilds) |
827 | 827 | { |
828 | 828 | GETBIDENTITY |
829 | 829 | WORD *m, *t, *r, i; |
@@ -1613,7 +1613,7 @@ endoloop:; |
1613 | 1613 | function. This will take care of whatever happens in MatchE etc. |
1614 | 1614 | */ |
1615 | 1615 |
|
1616 | | -WORD ScanFunctions(PHEAD WORD *inpat, WORD *inter, WORD par) |
| 1616 | +int ScanFunctions(PHEAD WORD *inpat, WORD *inter, WORD par) |
1617 | 1617 | { |
1618 | 1618 | GETBIDENTITY |
1619 | 1619 | WORD i, *m, *t, *r, sym, psym; |
|
0 commit comments