Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
First steps of reworking tokenizer.
  • Loading branch information
icculus committed Dec 13, 2008
1 parent 420f217 commit df9573b
Show file tree
Hide file tree
Showing 3 changed files with 230 additions and 217 deletions.
2 changes: 1 addition & 1 deletion finderrors.c
Expand Up @@ -53,7 +53,7 @@ static int do_file(const char *profile, const char *dname, const char *fn, int *

int assembly = 0;
if (strstr(fn, ".bytecode") != NULL)
assembly = 0;
return 1; //assembly = 0;
else if (strstr(fn, ".disasm") != NULL)
assembly = 1;
else
Expand Down
2 changes: 1 addition & 1 deletion mojoshader.h
Expand Up @@ -251,7 +251,7 @@ typedef struct MOJOSHADER_parseData
*/
const char *error;

/*
/* !!! FIXME: needs a -3 for post-processing.
* Position of error, if there is one. Will be -2 if there was no
* error, and -1 if there was an error before processing started. If >= 0,
* MOJOSHADER_parse() sets this to the byte offset (starting at zero) into
Expand Down

0 comments on commit df9573b

Please sign in to comment.