iraf-community / x11iraf

X11/GUI utilities and applications for IRAF (xgterm, ximtool, xtapemon)
https://iraf-community.github.io/x11iraf
21 stars 8 forks source link

Remove errornous declaration of time() #28

Closed olebole closed 4 years ago

olebole commented 4 years ago

time_t is not (always) a synonym for long -- for example not on x32_86. Also, it is not needed to declare time(), since the corresponding header is already included.