diff options
Diffstat (limited to 'src/include/prototyp.h')
| -rw-r--r-- | src/include/prototyp.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/include/prototyp.h b/src/include/prototyp.h index f982f77..265960b 100644 --- a/src/include/prototyp.h +++ b/src/include/prototyp.h @@ -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 { |
