Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 26, 2010
1 parent cc2882f commit b839bd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mojoshader_compiler.c
Expand Up @@ -2915,6 +2915,7 @@ datatype = "!!! FIXME";
// declarations can be done multiple times if they match.
else if (sig != unit->declaration->datatype)
{
// !!! FIXME: function overloading is legal.
fail(ctx, "function sigs don't match");
} // else

Expand Down

0 comments on commit b839bd8

Please sign in to comment.