]> git.tdb.fi Git - libs/gl.git/commit
Correctly parse consecutive *s in a comment
authorMikko Rasa <tdb@tdb.fi>
Fri, 24 May 2019 22:07:03 +0000 (01:07 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 24 May 2019 22:07:03 +0000 (01:07 +0300)
commitf141ae14619bfbd51a7e6871c55edbdd17ac3417
tree4f7a9546195da4a447619a7e239177f075d71111
parent437cd7d38fea1533aab9414d4575acb63d6b9170
Correctly parse consecutive *s in a comment

Parsing state must not be reset at ** because there may be a / after.
source/programparser.cpp