# HG changeset patch # User Ryan C. Gordon # Date 1234510106 18000 # Node ID 197c9f2999b75b36ac9bb83d484f288e5dc5fbf3 # Parent c08b6b14994a65ac049669e22aca7287a3d1fea9 Added some TODOs for the preprocessor. diff -r c08b6b14994a -r 197c9f2999b7 mojoshader_preprocessor.c --- a/mojoshader_preprocessor.c Fri Feb 13 02:23:20 2009 -0500 +++ b/mojoshader_preprocessor.c Fri Feb 13 02:28:26 2009 -0500 @@ -415,6 +415,19 @@ return NULL; // we're done! } // if + // !!! FIXME: todo. + // TOKEN_PP_INCLUDE, + // TOKEN_PP_LINE, + // TOKEN_PP_DEFINE, + // TOKEN_PP_UNDEF, + // TOKEN_PP_IF, + // TOKEN_PP_IFDEF, + // TOKEN_PP_IFNDEF, + // TOKEN_PP_ELSE, + // TOKEN_PP_ELIF, + // TOKEN_PP_ENDIF, + // TOKEN_PP_ERROR, + Token token = preprocessor_internal_lexer(state); if (token == TOKEN_EOI) {