mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 09:52:40 +08:00
Remove remaining deprecated "register" keyword
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
a80a8f17bb
commit
bb34351fdb
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user