]> git.draconx.ca Git - cdecl99.git/commit
Fix return value of typespec checks.
authorNick Bowler <nbowler@draconx.ca>
Sat, 16 Jul 2011 17:30:10 +0000 (13:30 -0400)
committerNick Bowler <nbowler@draconx.ca>
Mon, 18 Jul 2011 23:23:51 +0000 (19:23 -0400)
commit3510161a9afd567cd45fc99458f6e94ce46c6d6e
tree2b428fe5335d46ebae3ec893dca105e4265aa422
parent4907129077dc1586081f4128c1068badfaf0910f
Fix return value of typespec checks.

Returning -1 here means "true"; we actually want to return "false".
src/parse-decl.c