Removed an assumption that 'stdin' is a constant, which it's not on Linux. (You can...
authordtrg <none@none>
Fri, 24 Jun 2005 22:10:24 +0000 (22:10 +0000)
committerNick Downing <nick@ndcode.org>
Wed, 17 Apr 2019 14:15:20 +0000 (00:15 +1000)
commit96f849ef8d3fd92e91b99f4eefdac911e8e71aac
treed6bfcfda2a4b3f1317b2883d73f30cb4f5869b50
parentae25763a4e403083326db0f9258931cea6f1c1b9
Removed an assumption that 'stdin' is a constant, which it's not on Linux. (You can't use it as an initialiser when declaring a global variable.)
util/ceg/EM_parser/common/scan.c