Skip to content

Commit

Permalink
Fixing some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 20, 2009
1 parent c539c6b commit b9c49c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mojoshader.h
Expand Up @@ -615,6 +615,7 @@ void MOJOSHADER_freeParseData(const MOJOSHADER_parseData *data);

/*
* Structure used to pass predefined macros. Maps to D3DXMACRO.
* You can have macro arguments: set identifier to "a(b, c)" or whatever.
*/
typedef struct MOJOSHADER_preprocessorDefine
{
Expand Down
2 changes: 1 addition & 1 deletion mojoshader_preprocessor.c
Expand Up @@ -490,7 +490,7 @@ static void put_all_defines(Context *ctx)
bucket = next;
} // while
} // for
} // find_define
} // put_all_defines


// filename cache stuff...
Expand Down

0 comments on commit b9c49c9

Please sign in to comment.