Remove remaining deprecated "register" keyword

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-05-20 20:49:08 +02:00
parent a80a8f17bb
commit bb34351fdb

View File

@ -254,7 +254,7 @@ PARAM_DESC ParamDesc[],
int32_t n1,
int32_t n2,
FLOAT32 m[],
FLOAT32 m1[], register FLOAT32 m2[]);
FLOAT32 m1[], FLOAT32 m2[]);
void ComputePrototypes(CLUSTERER *Clusterer, CLUSTERCONFIG *Config);