diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-03-10 22:14:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 22:14:05 (GMT) |
commit | 01209d277767cc66d11d4c1ef874ed493000f78c (patch) | |
tree | b6a667ac36b8e4c64233d2b16a8d08913ecaac71 /hl/tools/gif2h5/hdfgifwr.c | |
parent | 1fb3743f04df101c7245ce045b67d371d462fd70 (diff) | |
download | hdf5-01209d277767cc66d11d4c1ef874ed493000f78c.zip hdf5-01209d277767cc66d11d4c1ef874ed493000f78c.tar.gz hdf5-01209d277767cc66d11d4c1ef874ed493000f78c.tar.bz2 |
Removes remaining register keywords (#1481)
Diffstat (limited to 'hl/tools/gif2h5/hdfgifwr.c')
-rw-r--r-- | hl/tools/gif2h5/hdfgifwr.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/hl/tools/gif2h5/hdfgifwr.c b/hl/tools/gif2h5/hdfgifwr.c index 21b14d1..7126da9 100644 --- a/hl/tools/gif2h5/hdfgifwr.c +++ b/hl/tools/gif2h5/hdfgifwr.c @@ -188,13 +188,13 @@ hdfWriteGIF(FILE *fp, byte *pic, int ptype, int w, int h, const byte *rmap, cons static void compress(int init_bits, FILE *outfile, byte *data, int len) { - register long fcode; - register int i = 0; - register int c; - register int ent; - register int disp; - register int hsize_reg; - register int hshift; + long fcode; + int i = 0; + int c; + int ent; + int disp; + int hsize_reg; + int hshift; /* * Set up the globals: g_init_bits - initial number of bits g_outfile - |