Skip to content

Commit

Permalink
More minor comment tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 13, 2009
1 parent a797e8d commit 38c4270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mojoshader_internal.h
Expand Up @@ -333,9 +333,8 @@ typedef enum
// is reported. It happens for things like missing #includes, etc.
TOKEN_PREPROCESSING_ERROR,

TOKEN_INCOMPLETE_COMMENT, // caught, becomes TOKEN_PREPROCESSING_ERROR

// These are all caught by the preprocessor. Caller won't ever see them.
// They control the preprocessor (#includes new files, etc).
TOKEN_PP_INCLUDE,
TOKEN_PP_LINE,
TOKEN_PP_DEFINE,
Expand All @@ -347,6 +346,7 @@ typedef enum
TOKEN_PP_ELIF,
TOKEN_PP_ENDIF,
TOKEN_PP_ERROR, // caught, becomes TOKEN_PREPROCESSING_ERROR
TOKEN_INCOMPLETE_COMMENT, // caught, becomes TOKEN_PREPROCESSING_ERROR
} Token;


Expand Down

0 comments on commit 38c4270

Please sign in to comment.