March 30, 2014
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 927aeb73d75bb6085fad7e36a984e63d72571690
      https://github.com/D-Programming-Language/dmd/commit/927aeb73d75bb6085fad7e36a984e63d72571690
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M src/func.c

  Log Message:
  -----------
  Use 'if' instead of 'else if' to avoid a comment the ddmd converter can't handle


  Commit: de068edd1ac4a28eab49ad4c25c14ec009edd0b8
      https://github.com/D-Programming-Language/dmd/commit/de068edd1ac4a28eab49ad4c25c14ec009edd0b8
  Author: Andrej Mitrovic <andrej.mitrovich@gmail.com>
  Date:   2014-03-30 (Sun, 30 Mar 2014)

  Changed paths:
    M src/func.c

  Log Message:
  -----------
  Merge pull request #3409 from yebblies/elseif

[DDMD] Use 'if' instead of 'else if' to avoid a comment the ddmd converter can't handle


Compare: https://github.com/D-Programming-Language/dmd/compare/8e2b13b02562...de068edd1ac4