Made sin/cos tables const.
Made the sin/cos/arcsin/arccos tables const and removed the redundant externs that were scattered about.
This commit is contained in:
parent
d5830bb440
commit
c3cc5eb878
27 changed files with 13 additions and 86 deletions
|
@ -29,13 +29,8 @@
|
|||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* Grrr!! That's the last time these will be missing! */
|
||||
/* Oh, CDF 18/12/97 */
|
||||
|
||||
extern int sine[];
|
||||
extern int cosine[];
|
||||
extern const int sine[4096];
|
||||
extern const int cosine[4096];
|
||||
|
||||
|
||||
typedef struct vectorch {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue